#leak
1 post · filter on the home page
- TIL: Go Response Body MUST be closed, even if you don’t read itSearching online, the overwhelming consensus was that there must be a unclosed http.Response Body. Now, I was under the impression that you only need to close the response body, if you read it. If you didn't read it, then there's no need…