]> git.lizzy.rs Git - zlib.git/commit
Permit a deflateParams() parameter change as soon as possible.
authorMark Adler <madler@alumni.caltech.edu>
Mon, 16 Jan 2017 17:49:35 +0000 (09:49 -0800)
committerMark Adler <madler@alumni.caltech.edu>
Thu, 16 Feb 2017 06:38:55 +0000 (22:38 -0800)
commitf9694097dd69354b03cb8af959094c7f260db0a1
tree3077a3e9e3eb1de0bb1fb65b439f1701c9ea91d6
parent5ff989033e8b839b80ce716a1452acf7664e2ff4
Permit a deflateParams() parameter change as soon as possible.

This commit allows a parameter change even if the input data has
not all been compressed and copied to the application output
buffer, so long as all of the input data has been compressed to
the internal pending output buffer. This also allows an immediate
deflateParams change so long as there have been no deflate calls
since initialization or reset.
deflate.c
zlib.h