You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to retrieve the timeout with custom RoundTripper without creating another wrapper for the Request to tweak how the timeout is being handled or is it possible we could support user custom values similar to RequestCtx.userValues to allow the flexibility to inject value to the request?
The use case for this is that the current HostClient timeout is set for the whole request and for stream response I would like to fail the request if the response header is slow but wait for the response body for slightly longer time or a constant deadline extend if there are incoming data from stream
The text was updated successfully, but these errors were encountered:
I want to retrieve the timeout with custom
RoundTripper
without creating another wrapper for theRequest
to tweak how the timeout is being handled or is it possible we could support user custom values similar toRequestCtx.userValues
to allow the flexibility to inject value to the request?The use case for this is that the current HostClient timeout is set for the whole request and for stream response I would like to fail the request if the response header is slow but wait for the response body for slightly longer time or a constant deadline extend if there are incoming data from stream
The text was updated successfully, but these errors were encountered: