fix: Drop unnecessary exit

Signed-off-by: Louis Chemineau <louis@chmn.me>
pull/48214/head
Louis Chemineau 2024-09-17 17:32:33 +07:00 committed by Robin Appelman
parent c2170cf74e
commit 88aa7683d9
1 changed files with 0 additions and 1 deletions

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