Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Do not try to set HTTP response code on already closed connection
This avoids a PHP warning in the logs about trying to set the response code while the output already started. It’s useless to try to print an error page anyway in this situation because the connection was closed already. Signed-off-by: Côme Chilliet <[email protected]>
- Loading branch information