You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#283 : Fixes CPU busy loop when using request_multiple.
This may be the same as #110
This will require more testing across various libcurl versions.
I doubt that the timeout is necessary for curl_multi_select
(calls select() if it can),
but leaving in one just in case of bugs, so that it will end.
- Haven't thoroughly checked for relevant libcurl bugs.
Asynchronously wait for events with a short timeout if CURLM_CALL_MULTI_PERFORM
fails.
0 commit comments