Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't invoke response block more than once due to retry
If a socket error occurs while performing a streaming download via the response block provided to transport_request, avoid calling the response block again as this would result in duplicate data received by the client. fixes #86
- Loading branch information