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
A proxy has been configured on my machine (env http_proxy etc), about the test run, the method cannot reach my ec2 machine and the http.Get method can. Judging by the source, it looks like the library uses its own http transport and does not use the global proxy settings, as Go himself does. Correct me if I'm wrong