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

Flag git http errors as maybe spurious #8553

Merged
merged 1 commit into from
Jul 28, 2020

Commits on Jul 28, 2020

  1. Flag git http errors as maybe spurious

    This showed up in rust-lang#8544 with an error message of "stream ended at an
    unexpected time; class=Http" which sounds like a spurious error.
    Termination of a network connection can happen at any time! For now try
    to assist in that error by adding another class of error to the list of
    maybe spurious errors.
    alexcrichton committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    39a22ff View commit details
    Browse the repository at this point in the history