[Webkit-unassigned] [Bug 32249] WebSocket test server handshake is not strict enough

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 16 09:14:24 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=32249





--- Comment #16 from Ian 'Hixie' Hickson <ian at hixie.ch>  2009-12-16 09:14:24 PST ---
Specifically, the only requirement on even reading the handshake was "Servers
may read part or all of the client's handshake before closing the connection or
sending all of their side of the handshake".

I've tried to clarify this by switching the first two subsections of the parser
side around, and adding a requirement that at a minimum the 0A0D0A0D bytes be
read and discarded before reading frames.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list