Skip to content

Commit eda6dff

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [HttpClient] Fix cURL default options
2 parents 6ce3c4c + 55d0436 commit eda6dff

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
@@ -177,10 +177,6 @@ public function __construct(CurlClientState $multi, \CurlHandle|string $ch, ?arr
177177
curl_multi_remove_handle($multi->handle, $ch);
178178
curl_setopt_array($ch, [
179179
\CURLOPT_NOPROGRESS => true,
180-
\CURLOPT_PROGRESSFUNCTION => null,
181-
\CURLOPT_HEADERFUNCTION => null,
182-
\CURLOPT_WRITEFUNCTION => null,
183-
\CURLOPT_READFUNCTION => null,
184180
\CURLOPT_INFILE => null,
185181
]);
186182

0 commit comments

Comments
 (0)