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 265c1b9

Browse filesBrowse files
[HttpClient] ensure debug stream is closed properly
1 parent c45c6e5 commit 265c1b9
Copy full SHA for 265c1b9

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎src/Symfony/Component/HttpClient/Response/CurlResponse.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/Response/CurlResponse.php
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ private function close(): void
218218
unset($this->multi->openHandles[$this->id], $this->multi->handlesActivity[$this->id]);
219219
curl_multi_remove_handle($this->multi->handle, $this->handle);
220220
curl_setopt_array($this->handle, [
221+
CURLOPT_VERBOSE => false,
221222
CURLOPT_PRIVATE => '',
222223
CURLOPT_NOPROGRESS => true,
223224
CURLOPT_PROGRESSFUNCTION => null,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.