]> git.lizzy.rs Git - zlib.git/commit
Update high water mark in deflate_stored.
authorMark Adler <madler@alumni.caltech.edu>
Sun, 15 Jan 2017 16:15:55 +0000 (08:15 -0800)
committerMark Adler <madler@alumni.caltech.edu>
Sun, 15 Jan 2017 17:29:27 +0000 (09:29 -0800)
commit7d9c9d410a7f8c732fdb0cac2b268659d624a6b6
tree28364d8e65fd21ae538277caa0b306c6cb25d181
parent37ed2112a1727293f4fd431df85dc821ee475d3d
Update high water mark in deflate_stored.

This avoids unnecessary filling of bytes in the sliding window
buffer when switching from level zero to a non-zero level. This
also provides a consistent indication of deflate having taken
input for a later commit ...
deflate.c