# File lib/websocket/handshake/base.rb, line 50 def valid? finished? && @error.nil? && @handler && @handler.valid? end