[Webkit-unassigned] [Bug 154859] Add support for format brotli for HTTP compression

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 30 09:09:08 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=154859

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |csaavedra at igalia.com,
                   |                            |mcatanzaro at igalia.com

--- Comment #5 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to Eugene Klyuchnikov from comment #3)
> So, when libcurl gets Brotli encoding support, WebKit, hopefully, will have
> it as well.

The curl network backend is only used by WinCairo, which is not actually used by anybody except as a basis for proprietary WebKit ports. So you're probably not interested in it. It was abandoned for a long time, but now it's being maintained by Sony.

The other backends are libsoup (used by WebKitGTK+ and WPE) and Core Foundation (for macOS, iOS, and Apple Windows).

The details of where brotli support has to be implemented will vary for each of the three different network ports. E.g. for libsoup the current plan is to not support brotli in libsoup itself, due to limited adoption, so it may have to be implemented in WebKit if that plan does not change. That's https://bugzilla.gnome.org/show_bug.cgi?id=788418.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171030/3d39f644/attachment.html>


More information about the webkit-unassigned mailing list