diff --git a/library/Requests/Transport/cURL.php b/library/Requests/Transport/cURL.php index cc1a66fca..ff3fb3d76 100755 --- a/library/Requests/Transport/cURL.php +++ b/library/Requests/Transport/cURL.php @@ -234,8 +234,8 @@ public function request_multiple($requests, $options) { //get error string for handle. $reason = curl_error($done['handle']); $exception = new Requests_Exception_Transport_cURL( - Requests_Exception_Transport_cURL::EASY, $reason, + Requests_Exception_Transport_cURL::EASY, $done['handle'], $done['result'] );