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
Currently the only way to have control over the maximum duration of the Post and related methods is by configuring the Timeout, WriteTimeout, RetryWait, MaxRetry and MaxRetryWait, which all together define an upper bound to the total duration. However, there is no way to define an overall timeout to the action.
A lot of networking libraries use the context deadline as an overall timeout for the operations, so it would be nice if that is also added to this library.
The text was updated successfully, but these errors were encountered:
Currently the only way to have control over the maximum duration of the Post and related methods is by configuring the Timeout, WriteTimeout, RetryWait, MaxRetry and MaxRetryWait, which all together define an upper bound to the total duration. However, there is no way to define an overall timeout to the action.
A lot of networking libraries use the context deadline as an overall timeout for the operations, so it would be nice if that is also added to this library.
The text was updated successfully, but these errors were encountered: