-
Notifications
You must be signed in to change notification settings - Fork 1
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
Download retry #15
Comments
Until then, to distinguish download from verification errors we can also do the following: Download into a |
I think we should also set a connection timeout in the reqwest client builder: In curl we have this:
In words, we need a retry on temporary http errors, http cancelations, refused connection, and TCP connect timeouts. The read timeout in addition is nice to have when chosen very large. |
The text was updated successfully, but these errors were encountered: