Bug 81718 - Use RFC version of WebSocket protocol by default
Summary: Use RFC version of WebSocket protocol by default
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Yuta Kitamura
URL:
Keywords:
Depends on:
Blocks: 81371
  Show dependency treegraph
 
Reported: 2012-03-20 16:26 PDT by Yuta Kitamura
Modified: 2012-03-21 10:51 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.55 KB, patch)
2012-03-20 16:58 PDT, Yuta Kitamura
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuta Kitamura 2012-03-20 16:26:23 PDT
This is the first step of bug 81371.

Flip the default value of Settings::m_useHixie76WebSocketProtocol so we can pick RFC version of WebSocket protocol by default.

As far as I know, all existing public ports are using the new protocol, so there should be no impact. Let's see if this goes well...
Comment 1 Yuta Kitamura 2012-03-20 16:58:54 PDT
Created attachment 132927 [details]
Patch
Comment 2 Kent Tamura 2012-03-20 18:36:46 PDT
Comment on attachment 132927 [details]
Patch

ok
Comment 3 WebKit Review Bot 2012-03-21 10:51:26 PDT
Comment on attachment 132927 [details]
Patch

Clearing flags on attachment: 132927

Committed r111575: <http://trac.webkit.org/changeset/111575>
Comment 4 WebKit Review Bot 2012-03-21 10:51:30 PDT
All reviewed patches have been landed.  Closing bug.