mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-31 12:43:14 +00:00
Merge pull request #117 from mangeld/patch-1
Fixed cpu draining with parallel requests
This commit is contained in:
@@ -88,6 +88,7 @@ class Curl
|
||||
}
|
||||
|
||||
do {
|
||||
curl_multi_select($curl_multi);
|
||||
$status = curl_multi_exec($curl_multi, $active);
|
||||
} while ($status === CURLM_CALL_MULTI_PERFORM || $active);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user