]> Cypherpunks repositories - gostls13.git/commit
compress/flate: remove non-standard extensions to flate
authorJoe Tsai <joetsai@digital-static.net>
Thu, 31 Aug 2017 01:49:18 +0000 (18:49 -0700)
committerJoe Tsai <thebrokentoaster@gmail.com>
Thu, 31 Aug 2017 03:30:43 +0000 (03:30 +0000)
commitd39649087b9a55ddb1105274963f50842448c3d9
tree81e11039eaca303ac06feb37cc0c3660a59fece8
parentfda8269cc6b8223ba5125ddadefe8f2f2302a309
compress/flate: remove non-standard extensions to flate

Some constants were added to flate that seem to be an experimental
attempt at increasing the window size. However, according to RFC1951,
the largest window size is 32KiB, so these constants are non-standard.
Delete them.

Fixes #18458

Change-Id: Ia94989637ca031a56bce2548624fa48044caa7b9
Reviewed-on: https://go-review.googlesource.com/60490
Run-TryBot: Joe Tsai <thebrokentoaster@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/compress/flate/huffman_bit_writer.go