Skip to content

Commit e9683ee

Browse files
Remove calls to no-op functions, deprecated in PHP 8.5
1 parent 6d78fe8 commit e9683ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Internal/CurlClientState.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ public function reset(): void
8383
foreach ($this->pushedResponses as $url => $response) {
8484
$this->logger?->debug(\sprintf('Unused pushed response: "%s"', $url));
8585
curl_multi_remove_handle($this->handle, $response->handle);
86-
curl_close($response->handle);
8786
}
8887

8988
$this->pushedResponses = [];

0 commit comments

Comments
 (0)