socketry / async-http

MIT License
320 stars 46 forks source link

Response body isn't always closed. #101

Closed ioquatix closed 2 years ago

ioquatix commented 2 years ago

https://github.com/socketry/async-http/blob/6eeb4a83df7297664fc722096ec58de474b8f0ba/lib/async/http/protocol/http1/server.rb#L62

The response body isn't closed in every code branch.