From aff9dbfb3101af19ad655dd3b7588036720d038b Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Mon, 28 Aug 2023 21:14:37 -0400 Subject: [PATCH] Disable swoole curl hook --- app/http.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/http.php b/app/http.php index b6696775b8..1993b10e4b 100644 --- a/app/http.php +++ b/app/http.php @@ -25,7 +25,7 @@ use Utopia\Logger\Log; use Utopia\Logger\Log\User; use Utopia\Pools\Group; -Runtime::enableCoroutine(SWOOLE_HOOK_NATIVE_CURL); +//Runtime::enableCoroutine(SWOOLE_HOOK_NATIVE_CURL); $http = new Server("0.0.0.0", App::getEnv('PORT', 80));