From dc177c39467c7b4f0988da2717bc3b3373bb2fc5 Mon Sep 17 00:00:00 2001 From: RiKap <6736715+RiKap@users.noreply.github.com> Date: Wed, 27 May 2026 11:03:59 +0200 Subject: [PATCH] [create-pull-request] automated change --- src/HttpClient/CurlClient.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/HttpClient/CurlClient.php b/src/HttpClient/CurlClient.php index ae8731e..be4226a 100644 --- a/src/HttpClient/CurlClient.php +++ b/src/HttpClient/CurlClient.php @@ -341,7 +341,6 @@ protected function logResponse(Endpoint $endpoint, array $headers, int $statusCo protected function closeCurlHandle(): void { if ($this->handle !== null) { - \curl_close($this->handle); $this->handle = null; } }