dgrr / http2

HTTP/2 implementation for fasthttp
Apache License 2.0
208 stars 35 forks source link

Fix response writer goroutine leaks and channel block #45

Closed cachalots closed 2 years ago

cachalots commented 2 years ago

If the client closes the connection directly without catching the error, the writer's channel will block and the goroutine will leak.