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; } }