ruby/test/zlib
Martin Emde 9f8f32bf9f [ruby/zlib] In Zlib::GzipReader#eof? check if we're actually at eof
Only consider it eof if we read ahead and something fills the buf.
If not, we may only have empty blocks and the footer.

Fixes https://github.com/ruby/zlib/pull/56

https://github.com/ruby/zlib/commit/437bea8003
2024-02-22 06:42:06 +00:00
..
test_zlib.rb [ruby/zlib] In Zlib::GzipReader#eof? check if we're actually at eof 2024-02-22 06:42:06 +00:00