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 support resume from connection reset #9422

Merged
merged 11 commits into from
Aug 17, 2024

Commits on Aug 17, 2024

  1. Support download resume from error

    austinzh authored and radoering committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    1b77511 View commit details
    Browse the repository at this point in the history
  2. Remove duplicate headers

    austinzh authored and radoering committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    770bea6 View commit details
    Browse the repository at this point in the history
  3. Fix mypy

    austinzh authored and radoering committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    c9b431d View commit details
    Browse the repository at this point in the history
  4. Add unit test

    austinzh authored and radoering committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    cc05835 View commit details
    Browse the repository at this point in the history
  5. Remove unused import

    austinzh authored and radoering committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    871634c View commit details
    Browse the repository at this point in the history
  6. Fix ruff

    austinzh authored and radoering committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    7d05cc6 View commit details
    Browse the repository at this point in the history
  7. Reformat

    austinzh authored and radoering committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    c3567f7 View commit details
    Browse the repository at this point in the history
  8. Update configs and docs

    austinzh authored and radoering committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    a745afc View commit details
    Browse the repository at this point in the history
  9. Address comments

    austinzh authored and radoering committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    cf6018e View commit details
    Browse the repository at this point in the history
  10. Update docs/configuration.md

    Co-authored-by: Randy Döring <[email protected]>
    austinzh and radoering committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    8b1df4b View commit details
    Browse the repository at this point in the history
  11. change config to requests.max-retries

    austinzh authored and radoering committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    f8db472 View commit details
    Browse the repository at this point in the history