Skip to content

Commit

Permalink
[HttpClient] Fix cURL default options
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-daubois committed May 3, 2024
1 parent 3cdc551 commit ff1235a
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 @@ -174,10 +174,6 @@ public function __construct(CurlClientState $multi, $ch, ?array $options = null,
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 ff1235a

Please sign in to comment.