From 1b9beaa630ec9a3a6bbf2e7da9fec29ac7043c6c Mon Sep 17 00:00:00 2001 From: zelig Date: Fri, 16 Jan 2015 15:35:39 +0000 Subject: [PATCH] do not close chunkC!! --- bzz/chunker.go | 1 - 1 file changed, 1 deletion(-) diff --git a/bzz/chunker.go b/bzz/chunker.go index 4d7e3d1a3b..35316bb378 100644 --- a/bzz/chunker.go +++ b/bzz/chunker.go @@ -313,7 +313,6 @@ func (self *TreeChunker) Join(key Key, chunkC chan *Chunk) (data LazySectionRead } // this will indicate to the caller that processing is finished (with or without error) close(errC) - close(chunkC) }() return