]> git.kaiwu.me - njs.git/commit
Zlib: fixed inflate().
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 23 Apr 2024 00:52:06 +0000 (17:52 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 23 Apr 2024 00:52:06 +0000 (17:52 -0700)
commitaf731e0d6721228869bf62a116473c1497356e51
treebf7b328598b4fbc558a263cc8a04b7d286a91505
parent5ab8d47c6d59ce21feae1541d4b7acb1289570dc
Zlib: fixed inflate().

Previously, the function might fail to return the last part of the
compressed content. This problem is more visible when output size > 1024
or when chunkSize < the content size.
external/njs_zlib_module.c
src/test/njs_unit_test.c