socketry / async-http

MIT License
298 stars 45 forks source link

Response body isn't always closed. #101

Closed ioquatix closed 1 year ago

ioquatix commented 1 year 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.