1
0
mirror of https://github.com/golang/go synced 2024-11-20 10:54:49 -07:00
go/src/pkg/compress
Ivan Krasin b388d84013 Fixed a small bug with compress/flate/Inflater. It incorrectly checked
the size of chunk with uncompressed data (00 is terms of DEFLATE).

APPROVED=rsc
DELTA=15  (14 added, 0 deleted, 1 changed)
OCL=32105
CL=32238
2009-07-27 14:33:21 -07:00
..
flate Fixed a small bug with compress/flate/Inflater. It incorrectly checked 2009-07-27 14:33:21 -07:00
gzip io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00