From 1ffccfbc3cf93c960e6ec1580a372172bbc361d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 7 Sep 2020 11:48:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Server.php | 1 - 1 file changed, 1 deletion(-) diff --git a/HttpServer/Server.php b/HttpServer/Server.php index 8a632667..74959515 100644 --- a/HttpServer/Server.php +++ b/HttpServer/Server.php @@ -112,7 +112,6 @@ class Server extends Application SWOOLE_HOOK_SSL | SWOOLE_HOOK_TLS | SWOOLE_HOOK_SLEEP | - SWOOLE_HOOK_STREAM_FUNCTION | SWOOLE_HOOK_PROC ); }