Closed erikdubbelboer closed 8 years ago
Also, we never have to close the body on error. From the http.Do docs:
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.
Also, we never have to close the body on error. From the http.Do docs: