amphp / http-server

An advanced async HTTP server library for PHP, perfect for real-time apps and APIs with high concurrency demands.
https://amphp.org/http-server
MIT License
1.29k stars 100 forks source link

Fix setting buffer timeout in CompressionMiddleware #339

Closed MBauerDC closed 2 years ago

MBauerDC commented 2 years ago

Regarding this issue, the merged change added a constructor parameter to the CompressionMiddleware, but did not set the corresponding property in the constructor. This PR rectifies that.

kelunik commented 2 years ago

Thanks!