Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't drop the request sender before we finish reading the response
It *looks like* hyper will drop the connection once its request sender is dropped, regardless of if the last request hasn't had its response completed. This attempts to resolve some spurious connection errors.
- Loading branch information