Closed shahamran closed 2 years ago
When wrapping the reader with a io::BufReader, the word "Prepare" is being printed to stdout for each compressed block.
io::BufReader
It appears to be a forgotten println in the io::Read impl block.
println
io::Read
When wrapping the reader with a
io::BufReader
, the word "Prepare" is being printed to stdout for each compressed block.It appears to be a forgotten
println
in theio::Read
impl block.