mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
6e5a95bd7c
To end a flate stream, `finish` must now be called. `flush` now follows regular semantics and byte-aligns the stream. Byte-aligning the stream is done with empty fixed or store blocks. To implement flush, a variable history length was added and it is tracked if the final bytes of history have been hashed yet.