summaryrefslogtreecommitdiffhomepage
path: root/server/util.go
AgeCommit message (Collapse)Author
2016-11-21server: fix memory leak in infinite channel goroutineWataru Ishida
infinite channel has internal goroutine which won't stop until all items in the buffer are dequeued. Signed-off-by: Wataru Ishida <ishida.wataru@lab.ntt.co.jp>