]> Cypherpunks repositories - gostls13.git/commit
compress/{gzip,zlib}: mention that Close flushes
authorAndrew Gerrand <adg@golang.org>
Fri, 1 Aug 2014 01:54:10 +0000 (11:54 +1000)
committerAndrew Gerrand <adg@golang.org>
Fri, 1 Aug 2014 01:54:10 +0000 (11:54 +1000)
commit329d3ce984fdf2478f15e834076aa38957972e00
treee2a72b3f5befb0eeebce29238360d84a3272b1ed
parent57435625e5037643f74a23b80b74bb60dac37125
compress/{gzip,zlib}: mention that Close flushes

Our other CloseFlushers (archive/tar, compress/flate) do mention this.

LGTM=dave, r
R=r, dave
CC=golang-codereviews
https://golang.org/cl/117430043
src/pkg/compress/gzip/gzip.go
src/pkg/compress/zlib/writer.go