cjoudrey / gluahttp

gluahttp: an http module for gopher-lua
MIT License
59 stars 23 forks source link

Fix #15 close the body on success #16

Closed erikdubbelboer closed 8 years ago

erikdubbelboer commented 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.