diff --git a/library/Requests/Transport/cURL.php b/library/Requests/Transport/cURL.php index 678ab7363..b3b81f5ba 100755 --- a/library/Requests/Transport/cURL.php +++ b/library/Requests/Transport/cURL.php @@ -289,7 +289,6 @@ public function process_response($response, $options) { if (curl_errno($this->fp)) { throw new Requests_Exception('cURL error ' . curl_errno($this->fp) . ': ' . curl_error($this->fp), 'curlerror', $this->fp); - return; } $this->info = curl_getinfo($this->fp);