]> Cypherpunks repositories - gostls13.git/commit
doc/go1.7.html: update documentation regarding compress/flate
authorJoe Tsai <joetsai@digital-static.net>
Sat, 28 May 2016 09:40:32 +0000 (02:40 -0700)
committerJoe Tsai <thebrokentoaster@gmail.com>
Sun, 29 May 2016 06:52:39 +0000 (06:52 +0000)
commit4969b46a316888950bd1910d7ef123883ab6c9f3
treea906e59f8dc83e2f01c74fe1f6a0b29d52ca6845
parent24996832c68b9d0aa4cd0e51189d148aae7a2772
doc/go1.7.html: update documentation regarding compress/flate

Document the following:
* That the algorithmic changes are still compliant with RFC 1951. I remember
people having questions regarding this issue, and it would be good to re-assure
them that it is still standards compliant.
* io.EOF can now be returned early (c27efce66bce7534dbb357ac1779bbc08395b267)
* Use the term "decompress" when referred to as an action. The term "uncompressed"
or "decompressed" are both valid as ways to represent the current state of the data.

Change-Id: Ie29ebce709357359e7c36d3e7f3d53b260eaadfa
Reviewed-on: https://go-review.googlesource.com/23552
Reviewed-by: Andrew Gerrand <adg@golang.org>
doc/go1.7.html