Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eda6dff

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

File tree

Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed

‎Response/CurlResponse.php

Copy file name to clipboardExpand all lines: Response/CurlResponse.php
-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.