[Webkit-unassigned] [Bug 227966] New: [curl] Use curl_multi_poll and curl_multi_wakeup instead of select
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 14 13:25:40 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=227966
Bug ID: 227966
Summary: [curl] Use curl_multi_poll and curl_multi_wakeup
instead of select
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Platform
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Hironori.Fujii at sony.com
[curl] Use curl_multi_poll and curl_multi_wakeup instead of select
'select' system call can be replaced by those curl API.
curl_multi_poll
https://curl.se/libcurl/c/curl_multi_poll.html
curl_multi_wakeup
https://curl.se/libcurl/c/curl_multi_wakeup.html
This is your wake up curl | daniel.haxx.se
https://daniel.haxx.se/blog/2019/12/09/this-is-your-wake-up-curl/
--
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/20210714/10e510ae/attachment.htm>
More information about the webkit-unassigned
mailing list