BurntSushi / rust-snappy

Snappy compression implemented in Rust (including the Snappy frame format).
BSD 3-Clause "New" or "Revised" License
444 stars 43 forks source link

Fix FrameDecoder returning EOF for input < block header len #43

Closed arthurprs closed 3 years ago

arthurprs commented 3 years ago

Closes #42

BurntSushi commented 3 years ago

This is on crates.io in snap 1.0.5. Thanks for the quick fix!

arthurprs commented 3 years ago

Amazing. Thank you for the quick release.