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
When using this with http.Transport it would be convenient to directly support the DialContext in http.Client by adding a function DialContext with the prototype func(ctx context.Context, network, addr string) (net.Conn, error).
The text was updated successfully, but these errors were encountered:
When using this with http.Transport it would be convenient to directly support the DialContext in http.Client by adding a function DialContext with the prototype
func(ctx context.Context, network, addr string) (net.Conn, error)
.The text was updated successfully, but these errors were encountered: