mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Previously chain links could sometimes be dropped instead of being reused, which could result in increased memory consumption during long requests. A similar chain link issue in ngx_http_gzip_filter_module was fixed in da46bfc484ef (1.11.10). Based on a patch by Sangmin Lee.