Skip to content

Commit

Permalink
Merge branch '7.0' into 7.1
Browse files Browse the repository at this point in the history
* 7.0:
  [HttpClient] Fix cURL default options
  remove no longer needed PHP version check
  • Loading branch information
xabbuh committed May 3, 2024
2 parents 6997306 + eda6dff commit e750b7c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Response/CurlResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,6 @@ public function __construct(
curl_multi_remove_handle($multi->handle, $ch);
curl_setopt_array($ch, [
\CURLOPT_NOPROGRESS => true,
\CURLOPT_PROGRESSFUNCTION => null,
\CURLOPT_HEADERFUNCTION => null,
\CURLOPT_WRITEFUNCTION => null,
\CURLOPT_READFUNCTION => null,
\CURLOPT_INFILE => null,
]);

Expand Down

0 comments on commit e750b7c

Please sign in to comment.