Y
Hacker News
new
|
ask
|
show
|
jobs
by
isaachawley
2924 days ago
This is outdated and incorrect
http://devs.cloudimmunity.com/gotchas-and-common-mistakes-in...
1 comments
sargas
2922 days ago
How so?
link
isaachawley
2918 days ago
> On error, any Response can be ignored. A non-nil Response with a non-nil error only occurs when CheckRedirect fails, and even then the returned Response.Body is already closed.
https://golang.org/pkg/net/http/#Client.Do
link