[Webkit-unassigned] [Bug 31659] Connection must be closed in case of Web Socket handshake error
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Nov 26 16:43:56 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=31659
--- Comment #3 from Yuzo Fujishima <yuzo at google.com> 2009-11-26 16:43:55 PST ---
Without 31465, the server calls a non-existent method, raises exception, and
closes the socket.
With 31645, the server writes an invalid handshake response to the socket.
It seems that the client side can handle the socket closure case properly but
not
the invalid response case -- the client times out for the latter.
Yuzo
--
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