[Webkit-unassigned] [Bug 185746] [Curl] Enable HTTP/2 Multiplexing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 17 15:13:18 PDT 2018


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

--- Comment #2 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 340654
  --> https://bugs.webkit.org/attachment.cgi?id=340654
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=340654&action=review

> Source/WebCore/ChangeLog:3
> +        [Curl] Enable HTTP/2 Multiplexing

Nice!

> Source/WebCore/ChangeLog:8
> +        Covered by existing tests.

I do not think WebKit has HTTP/2 test infra so I guess you have your own internal tests?

> Source/WebCore/platform/network/curl/CurlContext.cpp:202
> +        curl_multi_setopt(m_multiHandle, CURLMOPT_PIPELINING, CURLPIPE_MULTIPLEX);

Will the handle support both HTTP/2 and HTTP/1.1?

-- 
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/20180517/173bd6ce/attachment.html>


More information about the webkit-unassigned mailing list