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
document whether http.Response.Body is ever nil
It doesn't look like it ever is, but it should be documented as a guarantee if so.
Even for HEAD responses with no body, it appears that we always set it to a non-nil
reader that immediately EOFs.
Add some tests too, or verify that they already exist.