From 45dc7bdc0720ffb0969e31caa67b846e3e202878 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/Appwrite/Client.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Appwrite/Client.php b/src/Appwrite/Client.php index 69fac5a..801f224 100644 --- a/src/Appwrite/Client.php +++ b/src/Appwrite/Client.php @@ -382,7 +382,6 @@ public function call( throw new AppwriteException(curl_error($ch), $responseStatus, $responseBody['type'] ?? '', $responseBody); } - curl_close($ch); if($responseStatus >= 400) { if(is_array($responseBody)) {