]> Cypherpunks repositories - gostls13.git/commit
Fixed a small bug with compress/flate/Inflater. It incorrectly checked
authorIvan Krasin <krasin@golang.org>
Mon, 27 Jul 2009 21:33:21 +0000 (14:33 -0700)
committerIvan Krasin <krasin@golang.org>
Mon, 27 Jul 2009 21:33:21 +0000 (14:33 -0700)
commitb388d84013d53ab0098d9ffa26b021d94f573545
tree39f7906d797da49e8909ba0571686833dbca6e69
parent7729c3f955886769494f391140c4d79157ee0205
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
src/pkg/compress/flate/flate_test.go
src/pkg/compress/flate/inflate.go