Skip to content

Commit

Permalink
Merge branch '5.4' into 6.4
Browse files Browse the repository at this point in the history
* 5.4:
  [HttpClient] Fix cURL default options
  • Loading branch information
xabbuh committed May 3, 2024
2 parents 3683d81 + ff1235a commit 55d0436
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 @@ -177,10 +177,6 @@ public function __construct(CurlClientState $multi, \CurlHandle|string $ch, ?arr
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 55d0436

Please sign in to comment.