luasocket icon indicating copy to clipboard operation
luasocket copied to clipboard

`http.request`: add missing handle `close` (HTTP/0.9 case)

Open johnd0e opened this issue 1 year ago • 1 comments

I am not 100% sure that this was an error, but for other cases handle is closed.

https://github.com/lunarmodules/luasocket/blob/1fad1626900a128be724cba9e9c19a6b2fe2bf6b/src/http.lua#L393

johnd0e avatar Sep 11 '24 15:09 johnd0e

since http 0.9 is obsolete, I vote for not changing it. I'd expect it to do more harm than good.

Tieske avatar Sep 12 '24 13:09 Tieske