modify
This commit is contained in:
@@ -105,7 +105,9 @@ class HTTPServerListener extends Abstracts\Server
|
|||||||
} catch (Error | Throwable $exception) {
|
} catch (Error | Throwable $exception) {
|
||||||
$result = $this->router->exception($exception);
|
$result = $this->router->exception($exception);
|
||||||
} finally {
|
} finally {
|
||||||
$this->response->send($result);
|
$response->status(200);
|
||||||
|
$response->end();
|
||||||
|
// $this->response->send($result);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user