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.
1 parent 6d78fe8 commit e9683eeCopy full SHA for e9683ee
Internal/CurlClientState.php
@@ -83,7 +83,6 @@ public function reset(): void
83
foreach ($this->pushedResponses as $url => $response) {
84
$this->logger?->debug(\sprintf('Unused pushed response: "%s"', $url));
85
curl_multi_remove_handle($this->handle, $response->handle);
86
- curl_close($response->handle);
87
}
88
89
$this->pushedResponses = [];
0 commit comments