[Webkit-unassigned] [Bug 168543] [SOUP] Add support for "nextHopProtocol" for Resource Timing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 14 08:51:30 PDT 2021


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

--- Comment #6 from Michael Catanzaro <mcatanzaro at gnome.org> ---
Comment on attachment 425972
  --> https://bugs.webkit.org/attachment.cgi?id=425972
Patch

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

Thank you!

> Source/WebKit/NetworkProcess/soup/NetworkDataTaskSoup.cpp:1005
> +    m_networkLoadMetrics.protocol = soup_message_get_http_version(m_soupMessage.get()) == SOUP_HTTP_1_0 ? "http/1.0" : "http/1.1";

Are libsoup3 and HTTP/2 covered elsewhere?

-- 
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/20210414/cc977706/attachment.htm>


More information about the webkit-unassigned mailing list