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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 15 01:08:23 PDT 2021


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

--- Comment #7 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to Michael Catanzaro from comment #6)
> Comment on attachment 425972 [details]
> 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?

Not yet.

-- 
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/20210415/4060f992/attachment.htm>


More information about the webkit-unassigned mailing list