Details
Description
The SDK uses the timeout as a global timeout for the request and response reading, I believe the response reading deadline is intended to be independent of the request processing phase.
The SDK uses the timeout as a global timeout for the request and response reading, I believe the response reading deadline is intended to be independent of the request processing phase.
This actually goes a little wider in scope, as there is a bug in the HTTP request handler where the deadline gets cancelled earlier than it is intended to be (as soon as the function returns).