zip-rs / zip-old

Zip implementation in Rust
MIT License
731 stars 204 forks source link

do not panic in Drop when stream is in an error state #433

Closed wolfv closed 5 months ago

wolfv commented 8 months ago

fixes #432

This causes a panic for us when a stream errors (we pass in a reqwest stream): https://github.com/prefix-dev/pixi/issues/799

Pr0methean commented 5 months ago

Because this repo is no longer maintained, I've replaced this PR with https://github.com/zip-rs/zip2/pull/48.