Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable28] fix: Do not try to set HTTP response code on already closed connection #47979

Merged
merged 1 commit into from
Sep 15, 2024

Commits on Sep 14, 2024

  1. 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 <come.chilliet@nextcloud.com>
    come-nc authored and backportbot[bot] committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    045dd40 View commit details
    Browse the repository at this point in the history