do not close chunkC!!

This commit is contained in:
zelig 2015-01-16 15:35:39 +00:00
parent 1627b2b3aa
commit 1b9beaa630

View file

@ -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) // this will indicate to the caller that processing is finished (with or without error)
close(errC) close(errC)
close(chunkC)
}() }()
return return