]> Cypherpunks repositories - gostls13.git/commit
compress/lzw: return the partial decoding for a truncated input.
authorNigel Tao <nigeltao@golang.org>
Mon, 29 Jun 2015 06:22:54 +0000 (16:22 +1000)
committerNigel Tao <nigeltao@golang.org>
Tue, 30 Jun 2015 03:47:06 +0000 (03:47 +0000)
commitfea18f5a341e442783f84703a78924b882aceb5e
treeb236701aed693d08f37aa5732083e5470b80b788
parent53eb4783c2b325e1fc3673b780466db468c37ce7
compress/lzw: return the partial decoding for a truncated input.

This is needed by issue #9856.

Change-Id: Idad570a7e55ad903aab55372d390bc746c4e19cf
Reviewed-on: https://go-review.googlesource.com/11661
Reviewed-by: Rob Pike <r@golang.org>
src/compress/lzw/reader.go
src/compress/lzw/reader_test.go