RESOLVED FIXED Bug 157057
Support legacy HTTP headers in WebSockets
https://bugs.webkit.org/show_bug.cgi?id=157057
Summary Support legacy HTTP headers in WebSockets
John Wilander
Reported 2016-04-26 18:02:00 PDT
The following four HTTP headers are needed for legacy reasons: Sec-WebSocket-Location Sec-WebSocket-Origin WebSocket-Location WebSocket-Origin
Attachments
Patch (1.38 KB, patch)
2016-04-26 18:39 PDT, John Wilander
no flags
John Wilander
Comment 1 2016-04-26 18:03:11 PDT
John Wilander
Comment 2 2016-04-26 18:39:11 PDT
Brent Fulgham
Comment 3 2016-04-26 19:32:47 PDT
r=me
Alexey Proskuryakov
Comment 4 2016-04-26 19:59:34 PDT
Comment on attachment 277432 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=277432&action=review > Source/WebCore/ChangeLog:8 > + No new tests since these headers are not officially supported and should not be used. This is not a reason to avoid tests. If they were worth adding, it's worth verifying that we don't accidentally break them.
WebKit Commit Bot
Comment 5 2016-04-26 20:21:33 PDT
Comment on attachment 277432 [details] Patch Clearing flags on attachment: 277432 Committed r200120: <http://trac.webkit.org/changeset/200120>
WebKit Commit Bot
Comment 6 2016-04-26 20:21:37 PDT
All reviewed patches have been landed. Closing bug.
John Wilander
Comment 7 2016-04-27 11:51:49 PDT
Note You need to log in before you can comment on or make changes to this bug.