• Russ Cox's avatar
    compress/flate: fix test · d044674a
    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 Loading commit data...
deflate.go Loading commit data...
deflate_test.go Loading commit data...
flate_test.go Loading commit data...
huffman_bit_writer.go Loading commit data...
huffman_code.go Loading commit data...
inflate.go Loading commit data...
reverse_bits.go Loading commit data...
token.go Loading commit data...
util.go Loading commit data...