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

Fix a wait in the retry for HTTP 404 error #1714

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bapcyk
Copy link

@bapcyk bapcyk commented Nov 24, 2020

If HTTP 404 error is hit then aria2 retries max-file-not-found times to download but without to wait retry-wait seconds (as in the case of the HTTP 503, for example). There was such an error before and it was fixed but partially only (the fix raises the exception DL_RETRY_EX2 but it does not start a waiting itself). The fix added a waiting, together with HTTP_SERVICE_UNAVAILABLE error (HTTP 503).

Also the fix adds logging of it under the DEBUG severity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants