Bug 115504 - [WebSocket] Remove x-webkit-deflate-frame extension support
Summary: [WebSocket] Remove x-webkit-deflate-frame extension support
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-01 20:32 PDT by Takeshi Yoshino
Modified: 2016-05-18 20:59 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Takeshi Yoshino 2013-05-01 20:32:02 PDT
Compression extension for WebSocket has been introduced experimentally by https://bugs.webkit.org/show_bug.cgi?id=77522 as x-webkit-deflate-frame.

It's now deprecated and permessage-deflate [1] extension is officially being standardized instead. Blink is switching to it. WebKit should also disable it and switch to the new one if it's fine at some point.

Compatibility issue of this change is not severe. WebSocket server should still be able to accept WebSocket clients without x-webkit-deflate-frame.


- [1] http://tools.ietf.org/html/draft-ietf-hybi-permessage-compression-09
Comment 1 Lamarque V. Souza 2013-05-09 15:35:42 PDT
Just informing that I attached a port of Blink's permessage-deflate implementation to https://bugs.webkit.org/show_bug.cgi?id=98840. It depends on the pywebsocket update in https://bugs.webkit.org/show_bug.cgi?id=115863