From aeec5011e620ae36b519a7bb27c2037f4aca40fa Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Wed, 29 Apr 2026 15:47:13 +0530 Subject: [PATCH] Remove deprecated curl_close calls --- src/Storage/Device/S3.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Storage/Device/S3.php b/src/Storage/Device/S3.php index 5e65c095..9129ba7d 100644 --- a/src/Storage/Device/S3.php +++ b/src/Storage/Device/S3.php @@ -802,7 +802,6 @@ protected function call(string $operation, string $method, string $uri, string $ return $response; } finally { - \curl_close($curl); $this->storageOperationTelemetry->record( microtime(true) - $startTime,