diff --git a/library/Requests/Transport/cURL.php b/library/Requests/Transport/cURL.php index 678ab7363..59647987a 100755 --- a/library/Requests/Transport/cURL.php +++ b/library/Requests/Transport/cURL.php @@ -156,6 +156,9 @@ public function request_multiple($requests, $options) { do { $active = false; + if ($active) { + curl_multi_select($multihandle); + } do { $status = curl_multi_exec($multihandle, $active); }