rust-lang / flate2-rs

DEFLATE, gzip, and zlib bindings for Rust
https://docs.rs/flate2
Apache License 2.0
891 stars 158 forks source link

Renamed corrupt test gzip file #277

Closed billallen256 closed 3 years ago

billallen256 commented 3 years ago

The corrupt gzip file used in the tests prevents some systems from mirroring this crate because the system's antivirus software rejects corrupt files that it cannot scan.

alexcrichton commented 3 years ago

Thanks!