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

Downloader: Treat 502 as recoverable HTTP error. #23378

Closed

Commits on Aug 21, 2024

  1. Downloader: Treat 502 as recoverable HTTP error.

    GitHub releases sometimes fails with a 502 Bad Gateway error,
    as an internal request times out.
    We want to retry these requests, so treat the 502 errors as
    the other 500s.
    criemen committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    2000c03 View commit details
    Browse the repository at this point in the history