aboutsummaryrefslogtreecommitdiff
path: root/src/compress/flate/inflate_test.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2016-08-31compress/flate: always return uncompressed data in the event of errorJoe Tsai
2016-06-27compress/flate: don't ignore dict in Reader.ResetVladimir Mihailenco
2014-10-20compress/flate: add Reset() to allow reusing large buffers to compress multip...James Robinson