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
Hi may I check if it is possible to add read_timeout option to Request to override the one in Client?
Wonder if it is not supported by design, didn't find relevant issues/discussions about it from the original feature issue(#2237).
The use case is there could be multiple upstreams and each may have different latency performance and given that we would want to create single Client and re-use instead of create multiple Client and each with different read_timeout config.
I am willing to work on it if this minor change is acceptable
The text was updated successfully, but these errors were encountered:
Hi may I check if it is possible to add
read_timeout
option toRequest
to override the one inClient
?Wonder if it is not supported by design, didn't find relevant issues/discussions about it from the original feature issue(#2237).
The use case is there could be multiple upstreams and each may have different latency performance and given that we would want to create single
Client
and re-use instead of create multipleClient
and each with differentread_timeout
config.I am willing to work on it if this minor change is acceptable
The text was updated successfully, but these errors were encountered: