1
0
mirror of https://github.com/golang/go synced 2024-10-05 09:11:21 -06:00
go/src/compress
Joe Tsai 5a966cf2da compress/zlib: make errors persistent
Ensure that all errors (including io.EOF) are persistent across method
calls on zlib.Reader. Furthermore, ensure that these persistent errors
are properly cleared when Reset is called.

Fixes #14675

Change-Id: I15a20c7e25dc38219e7e0ff255d1ba775a86bb47
Reviewed-on: https://go-review.googlesource.com/20292
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-03-07 18:32:04 +00:00
..
bzip2 compress/bzip2: refactor unit tests 2016-03-03 02:53:34 +00:00
flate compress/flate: remove unused woffset field. 2016-03-07 10:52:06 +00:00
gzip all: single space after period. 2016-03-02 00:13:47 +00:00
lzw build: shorten a few packages with long tests 2015-12-29 15:46:44 +00:00
testdata build: shorten a few packages with long tests 2015-12-29 15:46:44 +00:00
zlib compress/zlib: make errors persistent 2016-03-07 18:32:04 +00:00