Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enforce HTTP timeouts on a per-read (rather than per-request) basis (#…
…3144) ## Summary This leverages the new `read_timeout` property, which ensures that (like pip) our timeout is not applied to the _entire_ request, but rather, to each individual read operation. Closes: #1921. See: #1912.
- Loading branch information