-
- Downloads
Improve the implementation of timeouts
Now we no longer rely on 'backoff' re-raising the urllib3-specific TimeoutError, but we use the 'outer loop' to implement the request timeout, possibly repeating the backoff loop multiple times, with an accuracy determined by the max backoff delay. This way the timeout is at least vaguely accurate.
parent
900de095
No related branches found
No related tags found
Please register or sign in to comment