]> git.feebdaed.xyz Git - 0xmirror/nginx.git/commit
Gzip: compatibility with recent zlib-ng 2.2.x versions.
authorSergey Kandaurov <pluknet@nginx.com>
Mon, 23 Dec 2024 13:57:45 +0000 (17:57 +0400)
committerRoman Arutyunyan <arutyunyan.roman@gmail.com>
Thu, 9 Jan 2025 13:19:24 +0000 (17:19 +0400)
commit57d54fd922e7ecbebb78598d13adc9df1a4b69c0
tree3772502f386f83d0c1867869194e2a017f0f3ee5
parentfebe6e728ff83cfc5d5bcc0c74b4d8d63dc296b0
Gzip: compatibility with recent zlib-ng 2.2.x versions.

It now uses 5/4 times more memory for the pending buffer.

Further, a single allocation is now used, which takes additional 56 bytes
for deflate_allocs in 64-bit mode aligned to 16, to store sub-allocation
pointers, and the total allocation size now padded up to 128 bytes, which
takes theoretically 200 additional bytes in total.  This fits though into
"4 * (64 + sizeof(void*))" additional space for ZALLOC used in zlib-ng
2.1.x versions.  The comment was updated to reflect this.
src/http/modules/ngx_http_gzip_filter_module.c