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