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
bug in method getTransport(request.go)
you should change this method:
if r.transport == nil && r.tlsClientConfig == nil && r.proxy == nil{
return http.DefaultTransport
}
r.transport = new(http.Transport)
...
The text was updated successfully, but these errors were encountered:
bug in method getTransport(request.go)
you should change this method:
if r.transport == nil && r.tlsClientConfig == nil && r.proxy == nil{
return http.DefaultTransport
}
The text was updated successfully, but these errors were encountered: