Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
`hyper` implements idle connection cleanup by spawning a new task which drops the connection after a while. This mechanism requires Tokio, so it is hidden behing the "runtime" feature, which reqwest doesn't enable, making some connections stay in the pool forever. Fixes #1162.
- Loading branch information