]> Cypherpunks repositories - gostls13.git/commit
compress/{gzip,zlib}: mention that Close flushes
authorAndrew Gerrand <adg@golang.org>
Mon, 11 Aug 2014 23:27:39 +0000 (09:27 +1000)
committerAndrew Gerrand <adg@golang.org>
Mon, 11 Aug 2014 23:27:39 +0000 (09:27 +1000)
commitf46f3432a60edafdcd6ec9925550859167812cd6
tree1f1e7e700a169918e4e2419ce8db9fd0fd581452
parent897f7a31fa040584f2c76d7901b9ef3257ca218f
compress/{gzip,zlib}: mention that Close flushes

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

The original change was accidentally submitted to the release branch:
        https://golang.org/cl/117430043/

TBR=rsc
R=r, rsc
CC=golang-codereviews
https://golang.org/cl/124130043
src/pkg/compress/gzip/gzip.go
src/pkg/compress/zlib/writer.go