[webkit-dev] Implementing new WebSocket protocol

Ryosuke Niwa rniwa at webkit.org
Tue Jun 14 09:59:07 PDT 2011


On Tue, Jun 14, 2011 at 7:55 AM, Yuta Kitamura <yutak at chromium.org> wrote:
>
> My original plan was to implement the new protocol directly (i.e. replacing
> the old implementation in-place). However Alexey (ap) objected to dropping
> support for the old protocol immediately.
>
> So, I'm currently planning to add a runtime flag to switch the WebSocket
> protocols used by a WebCore's WebSocket implementation. Other possibilities
> are to add a compile-time flag or to use (subversion's) branch, which are
> discussed at:
> https://bugs.webkit.org/show_bug.cgi?id=60348
>

A runtime flag or compile-time flag sound good to me.  Ideally, we can
re-use the existing infrastructure for old WebSocket to implement new one.

- Ryosuke
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20110614/3a95191a/attachment.html>


More information about the webkit-dev mailing list