This commit is contained in:
as2252258@163.com
2021-08-04 01:26:11 +08:00
parent 8106600dd7
commit 0d8b51507d
+1
View File
@@ -92,6 +92,7 @@ class HTTPServerListener extends Abstracts\Server
try {
Context::setContext(Response::class, $response);
HSRequest::create($request);
// $this->router->dispatch(HSRequest::create($request));
} catch (Error | Throwable $exception) {
// $this->response->send(jTraceEx($exception), 500);