I just want to ask, on the http.Client.Do
response, I am just interested on the response status code and the cookie, and I am not gonna read the response body.
If I will not read the body, do I i still required to call response.body.close()
?
Thanks