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 found that the timeout parameter doesn't work in this case, cause the config item RetryIf of HostClient will retry and ignore the timeout if the request is GET/HEAD/PUT method.I think it is not as expected , casue I set the timeout, then the DoDeadline should return before the deadline or return a timeout error.
The text was updated successfully, but these errors were encountered:
Code:
I found that the
timeout
parameter doesn't work in this case, cause the config itemRetryIf
ofHostClient
will retry and ignore the timeout if the request is GET/HEAD/PUT method.I think it is not as expected , casue I set the timeout, then theDoDeadline
should return before the deadline or return a timeout error.The text was updated successfully, but these errors were encountered: