michalc / stream-inflate

Uncompress Deflate and Deflate64 streams in pure Python (albeit compiled with Cython)
MIT License
9 stars 2 forks source link

Revert "refactor: closes inflate and cache code" #27

Closed michalc closed 1 month ago

michalc commented 1 month ago

This reverts commit 5f508f053ca0dfb1e30b82d7b24a2083ad200b58.

Suspect it was not a refactor - uncompressed blocks followed by compressed blocks that referred to bytes behind in the stream wouldn't have worked properly.