Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes WordPress#283 : Fixes CPU busy loop when using request_multiple.
This may be the same as WordPress#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.
- Loading branch information