Skip to content

Commit e750b7c

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: [HttpClient] Fix cURL default options remove no longer needed PHP version check
2 parents 6997306 + eda6dff commit e750b7c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Response/CurlResponse.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,6 @@ public function __construct(
181181
curl_multi_remove_handle($multi->handle, $ch);
182182
curl_setopt_array($ch, [
183183
\CURLOPT_NOPROGRESS => true,
184-
\CURLOPT_PROGRESSFUNCTION => null,
185-
\CURLOPT_HEADERFUNCTION => null,
186-
\CURLOPT_WRITEFUNCTION => null,
187-
\CURLOPT_READFUNCTION => null,
188184
\CURLOPT_INFILE => null,
189185
]);
190186

0 commit comments

Comments
 (0)