Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable hyper's runtime feature (seanmonstar#1162) (seanmonstar#1163)
`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 seanmonstar#1162.
- Loading branch information