Skip to content

Commit

Permalink
remove introductory paragraph that described other tools unrelated to…
Browse files Browse the repository at this point in the history
… `flate2`
  • Loading branch information
Byron committed Jul 30, 2023
1 parent f0bf8a6 commit 1287e49
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@
//! emit an error after decoding the gzip data. This behavior matches the `gzip`,
//! `gunzip`, and `zcat` command line tools.
//!
//! Chrome and Firefox appear to implement behavior like `GzDecoder`, ignoring data
//! after the first member. `curl` appears to implement behavior somewhat like
//! `GzDecoder`, only decoding the first member, but emitting an error if there is
//! data after the first member, whether or not it is gzip data.
//!
//! [`read`]: read/index.html
//! [`bufread`]: bufread/index.html
//! [`write`]: write/index.html
Expand Down

0 comments on commit 1287e49

Please sign in to comment.