From 718ad85313eae17317f5601470aabd123e805a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 21 Jul 2021 18:52:04 +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/Events/OnRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HttpServer/Events/OnRequest.php b/HttpServer/Events/OnRequest.php index a1b02323..eefc1b21 100644 --- a/HttpServer/Events/OnRequest.php +++ b/HttpServer/Events/OnRequest.php @@ -51,7 +51,7 @@ class OnRequest extends Callback public function onHandler(Request $request, Response $response): void { try { - defer(fn() => fire(Event::SYSTEM_RESOURCE_RELEASES)); +// defer(fn() => fire(Event::SYSTEM_RESOURCE_RELEASES)); /** @var HResponse $response */ [$request, $response] = OnRequest::createContext($request, $response);