RESOLVED FIXED 64244
WebSocket: Add useHixie76Protocol flag to WebSocketChannel and WebSocketHandshake
https://bugs.webkit.org/show_bug.cgi?id=64244
Summary WebSocket: Add useHixie76Protocol flag to WebSocketChannel and WebSocketHands...
Yuta Kitamura
Reported 2011-07-10 12:26:39 PDT
This is the first step of bug 50099.
Attachments
Patch (11.36 KB, patch)
2011-07-10 12:40 PDT, Yuta Kitamura
no flags
Yuta Kitamura
Comment 1 2011-07-10 12:40:21 PDT
Kent Tamura
Comment 2 2011-07-10 18:22:34 PDT
Comment on attachment 100236 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=100236&action=review > Source/WebCore/websockets/WebSocketHandshake.cpp:162 > -WebSocketHandshake::WebSocketHandshake(const KURL& url, const String& protocol, ScriptExecutionContext* context) > +WebSocketHandshake::WebSocketHandshake(const KURL& url, const String& protocol, ScriptExecutionContext* context, bool useHixie76Protocol) We usually avoid a bool argument. But I think it's acceptable in this case because we have no callers with literal false/true.
WebKit Review Bot
Comment 3 2011-07-10 19:04:45 PDT
Comment on attachment 100236 [details] Patch Clearing flags on attachment: 100236 Committed r90704: <http://trac.webkit.org/changeset/90704>
WebKit Review Bot
Comment 4 2011-07-10 19:04:50 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.