JuliaIO / TranscodingStreams.jl

Simple, consistent interfaces for any codec.
https://juliaio.github.io/TranscodingStreams.jl/
Other
85 stars 28 forks source link

Fix reading nested streams with `stop_on_end=true` set. #191

Closed nhz2 closed 5 months ago

nhz2 commented 5 months ago

This PR adds checks to make sure fillbuffer is only called on the underlying stream if it is in the right mode.

With this change, the tests added in #190 pass.