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
// The HTTP client to use is derived from the context.// If a client is not provided via the context, http.DefaultClient is used.
What did you expect to see?
There's no clear indication how one is to alter the Context in order to mutate that client (i.e. setting timeouts). We know that the default timeouts are bad (#24138) and so modifying those is important to do.
The text was updated successfully, but these errors were encountered:
What did you do?
The current documentation states:
What did you expect to see?
There's no clear indication how one is to alter the Context in order to mutate that client (i.e. setting timeouts). We know that the default timeouts are bad (#24138) and so modifying those is important to do.
The text was updated successfully, but these errors were encountered: