We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6997306 + eda6dff commit e750b7cCopy full SHA for e750b7c
Response/CurlResponse.php
@@ -181,10 +181,6 @@ public function __construct(
181
curl_multi_remove_handle($multi->handle, $ch);
182
curl_setopt_array($ch, [
183
\CURLOPT_NOPROGRESS => true,
184
- \CURLOPT_PROGRESSFUNCTION => null,
185
- \CURLOPT_HEADERFUNCTION => null,
186
- \CURLOPT_WRITEFUNCTION => null,
187
- \CURLOPT_READFUNCTION => null,
188
\CURLOPT_INFILE => null,
189
]);
190
0 commit comments