[Webkit-unassigned] [Bug 187984] [Curl] Use shared single thread for WebSocket connections

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 14 04:08:39 PST 2020


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

Fujii Hironori <Hironori.Fujii at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #390619|review?                     |review+
              Flags|                            |

--- Comment #37 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Comment on attachment 390619
  --> https://bugs.webkit.org/attachment.cgi?id=390619
Patch

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

> Source/WebCore/platform/network/curl/CurlStream.cpp:161
> +    auto& sendBuffer = m_sendBuffers.first();

auto& [buffer, length] = m_sendBuffers.first();

> Source/WebCore/platform/network/curl/CurlStream.cpp:188
> +        client.didFail(streamID, errorCode, WTFMove(url));

Remove url of didFail becasue SocketStreamHandleImpl knows own m_url.
m_url.isolatedCopy() is redundant.

-- 
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/20200214/8790a36b/attachment-0001.htm>


More information about the webkit-unassigned mailing list