[Webkit-unassigned] [Bug 81072] [WebSocket]Browser should send close frame when WebSocket API close is called without status code parameter.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 14 10:05:10 PDT 2012


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





--- Comment #6 from Takashi Toyoshima <toyoshim at chromium.org>  2012-03-14 10:05:10 PST ---
Hi joey, thank you for a patch.
Originally, I implemented this WebSocket::close method for new hybi/rfc protocol.

Before hybi-06, the WebSocket protocol didn't have the status code and the reason. At that time, the WebSocket API doesn't allow any argument for close method.
>From the viewpoint of protocol and API history, I decided to send close frame with empty body when user call close without any argument.

-- 
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