From 26e5ad4b07a8b7e767ee5a4cb19e08c1db317b21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 6 Sep 2021 18:47:14 +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 --- http-server/Service/Http.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-server/Service/Http.php b/http-server/Service/Http.php index 1a1cc177..dc880f1d 100644 --- a/http-server/Service/Http.php +++ b/http-server/Service/Http.php @@ -43,7 +43,7 @@ class Http extends \Server\Abstracts\Http implements OnClose, OnConnect // TODO: Implement onRequest() method. try { $request = \Server\Constrict\Request::create($request); - $node = $this->router->Branch_search($request); +// $node = $this->router->Branch_search($request); // if (!($node instanceof Node)) { // throw new RequestException('

HTTP 404 Not Found


Powered by Swoole', 404); // }