Revert "fix: Drop unnecessary exit"

This reverts commit d2bf3613f6.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2024-10-30 18:11:44 +01:00 committed by Daniel
parent aa30a1bc0d
commit 13a3e5ecee

View file

@ -109,6 +109,7 @@ class ErrorPagePlugin extends ServerPlugin {
*/
public function sendResponse() {
$this->server->sapi->sendResponse($this->server->httpResponse);
exit();
}
private function acceptHtml(): bool {