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

If rendering has failed due to a net.OpError stop rendering #18642

Merged
merged 2 commits into from
Feb 6, 2022

Commits on Feb 6, 2022

  1. If rendering has failed due to a net.OpError stop rendering

    When a net.OpError occurs during rendering the underlying connection is essentially
    dead and therefore attempting to render further data will only cause further errors.
    
    Therefore in serverErrorInternal detect if the passed in error is an OpError and
    if so do not attempt any further rendering.
    
    Fix go-gitea#18629
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    1037853 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6807126 View commit details
    Browse the repository at this point in the history