Skip to content

Commit a97cfe6

Browse files
Merge branch '6.4' into 7.3
* 6.4: Remove calls to no-op functions, deprecated in PHP 8.5 Remove deprecated calls to deprecated methods of SplObjectStorage [Messenger] Show package installation hint also for amqps
2 parents 1c064a0 + e9683ee commit a97cfe6

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)