From 6dd2be22a282c5bd97cef6edea1805959bc3bc8c Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Mon, 20 Sep 2021 00:54:58 +0800 Subject: [PATCH] 111 --- http-server/ServerCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-server/ServerCommand.php b/http-server/ServerCommand.php index 9f5eebf8..55e92f1d 100644 --- a/http-server/ServerCommand.php +++ b/http-server/ServerCommand.php @@ -85,7 +85,7 @@ class ServerCommand extends Command private function configure_set() { $enable_coroutine = Config::get('servers.settings.enable_coroutine', false); - if ($enable_coroutine == true) { + if ($enable_coroutine != true) { return; } Coroutine::set([