• M
    Remove second empty static block for Z_PARTIAL_FLUSH. · 8f5eceef
    Mark Adler 提交于
    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.
    8f5eceef
deflate.h 12.4 KB