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

Added "back" exception handling for the download clients. #9774

Merged
merged 3 commits into from Aug 7, 2021

Commits on Aug 6, 2021

  1. Added "back" exception handling for the download clients.

    * This is needed because we want to raise exceptions when a connection error occurs.
    The downloadhandler will remove tracked info_hashes when it doesn't get them back from the client. We don't want to untrack info_hash because it doesn't get them back, due to a connection error.
    p0psicles committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    f6c2eba View commit details
    Browse the repository at this point in the history
  2. Log resource_name.

    p0psicles committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    577a0ff View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

  1. Fix pylints

    p0psicles committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    a9817a9 View commit details
    Browse the repository at this point in the history