# File lib/faye/websocket/hybi_parser/handshake.rb, line 51
        def complete?
          @buffer[-4..-1] == [0x0D, 0x0A, 0x0D, 0x0A]
        end