go/src/compress/gzip
Russ Cox 70f2f1b470 compress/gzip: allow stopping at end of first stream
Allows parsing some file formats that assign special
meaning to which stream data is found in.

Will do the same for compress/bzip2 once this is
reviewed and submitted.

Fixes #6486.

LGTM=nigeltao
R=nigeltao, dan.kortschak
CC=adg, bradfitz, golang-codereviews, r
https://golang.org/cl/159120044
2014-10-20 22:03:46 -04:00
..
testdata
gunzip.go compress/gzip: allow stopping at end of first stream 2014-10-20 22:03:46 -04:00
gunzip_test.go compress/gzip: allow stopping at end of first stream 2014-10-20 22:03:46 -04:00
gzip.go
gzip_test.go