[Webkit-unassigned] [Bug 227428] [curl]very high cpu load on page with websocket
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 5 18:18:53 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=227428
--- Comment #8 from Fujii Hironori <Hironori.Fujii at sony.com> ---
curl_socket_t is SOCKET on Windows. SOCKET is UINT_PTR in WinSock.
https://github.com/WebKit/WebKit/blob/eab9b2b8ee9405ca95bb415f5ddf58766afe0159/Source/WebCore/platform/network/curl/CurlStream.cpp#L10
> if (maxfd < socket)
This condition can't be true.
--
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/20210706/e5ac6f9b/attachment.htm>
More information about the webkit-unassigned
mailing list