]> git.lizzy.rs Git - zlib.git/commit
Remove second empty static block for Z_PARTIAL_FLUSH.
authorMark Adler <madler@alumni.caltech.edu>
Sat, 7 Jan 2012 19:00:37 +0000 (11:00 -0800)
committerMark Adler <madler@alumni.caltech.edu>
Sat, 7 Jan 2012 22:03:07 +0000 (14:03 -0800)
commit8f5eceefe8b384d7c18813519cb337efef21a0f3
treeb78f56b0a617615a378f14742e0484ebaa29226c
parent263b1a05b04e442896d7941f87d022a2f35a9220
Remove second empty static block for Z_PARTIAL_FLUSH.

Z_PARTIAL_FLUSH would sometimes emit two empty static blocks instead
of one in order to provide enough lookahead for inflate to be able
to decode what was last compressed.  inflate no longer needs that
much lookahead, so this removes the possibility of emitting the
second empty static block.  Z_PARTIAL_FLUSH will now emit only one
empty static block.
deflate.h
trees.c