-
Russ Cox authored
The test was checking for a buffer to be empty but actually racing with the background goroutine that was emptying it. Left a comment so that the check is not reintroduced later. Fixes #1557. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4248063
d044674a
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
Makefile | ||
deflate.go | ||
deflate_test.go | ||
flate_test.go | ||
huffman_bit_writer.go | ||
huffman_code.go | ||
inflate.go | ||
reverse_bits.go | ||
token.go | ||
util.go |