# File lib/faye/websocket/draft76_parser.rb, line 44
      def parse(data)
        return super if @handshake_complete
        handshake_signature(data)
      end