reactphp / http

Event-driven, streaming HTTP client and server implementation for ReactPHP.
https://reactphp.org/http/
MIT License
740 stars 142 forks source link

[1.x] Ensure connection close handler is cleaned up for each request #515

Closed WyriHaximus closed 6 months ago

WyriHaximus commented 7 months ago

This changeset resolves a small memory leak that causes roughly 1KB per connection tops. Which isn't a big issue but will make memory fluctuate more. The changeset doesn't introduce any performance degradation.

Resolves: #514 Builds on top of: #405, #467, and many others