• Dmitriy Vyukov's avatar
    log/syslog: fix deadlock in test · 0806c972
    Dmitriy Vyukov authored
    The problem was that server handlers block on done<-,
    the goroutine that reads from done blocks on count<-,
    and the main goroutine that is supposed to read from count
    waits for server handlers to exit.
    Fixes #5547.
    
    R=golang-dev, dave, bradfitz
    CC=golang-dev
    https://golang.org/cl/9722043
    0806c972
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...