Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit265c1b9

Browse files
[HttpClient] ensure debug stream is closed properly
1 parentc45c6e5 commit265c1b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp