[Webkit-unassigned] [Bug 177934] [SOUP] Add support for preconnect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 9 09:05:25 PDT 2020


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

--- Comment #5 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 408225
  --> https://bugs.webkit.org/attachment.cgi?id=408225
WIP patch

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

>> Source/WebKit/NetworkProcess/soup/NetworkDataTaskSoup.cpp:482
>> +    auto error = SoupNetworkSession::checkTLSErrors(m_currentRequest.url(), certificate, tlsErrors);
> 
> Why this?

Because in case of preconnect we don't have a m_soupRequest. I can check m_shouldPreconnectOnly, but using m_currentRequest is just simpler and should work in both cases.

-- 
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/20200909/0f82b338/attachment.htm>


More information about the webkit-unassigned mailing list