This commit is contained in:
as2252258@163.com
2021-08-03 00:47:55 +08:00
parent 5ead904ccc
commit e0ebeb8974
+3 -1
View File
@@ -105,7 +105,9 @@ class HTTPServerListener extends Abstracts\Server
} catch (Error | Throwable $exception) {
$result = $this->router->exception($exception);
} finally {
$this->response->send($result);
$response->status(200);
$response->end();
// $this->response->send($result);
}
}