diff --git a/src/lib.rs b/src/lib.rs index 018dc40a..b200568b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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