Teach http client to cancel request on context cancellation
The context may be cancelled while a request is in flight. We need to handle this and cancel the request. The code is based on the ideas from https://blog.golang.org/context
Showing
Please register or sign in to comment