[Webkit-unassigned] [Bug 27459] Implement the WebSocket protocol in WebCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 20 22:00:26 PDT 2009


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





--- Comment #1 from Fumitoshi Ukai <ukai at chromium.org>  2009-07-20 22:00:25 PDT ---
To support Web Sockets implementation, we'll need raw stream socket (and proxy
support and TLS/SSL socket) back-end. Web Sockets uses similar request/response
message with HTTP, but it is more strict than HTTP and not so difficult to
implement it on top of raw socket.  I think it would be not so easy to use
existing HTTP back-ends for Web Sockets, because existing HTTP back-ends would
do a lot of things than Web Sockets spec says and would not allow for the the
control that required for Web Sockets frame handling.
I'm implementing Web Sockets on WebKit/Gtk with using g_io_channel functions,
although I'm not addressed on proxy, TLS/SSL, authentication and cookies in Web
Sockets.

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