Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tokio): attempt to decode from internal state even if nothing was…
… read Unlike zlib, miniz_oxide consumes data into internal state even if there is not enough space in the output buffer. Next time poll_fill_buf() is called we should try to decode from internal state even if no new compressed data was read. This change is a port of fix <#123> (commit 22ed0ac) from `futures` to `tokio`.
- Loading branch information