Skip to content

Commit

Permalink
Merge pull request #61 from dmcgowan/fix-close-channel-send-60
Browse files Browse the repository at this point in the history
Remove close of datachan
  • Loading branch information
dmcgowan committed Jan 20, 2016
2 parents 6f7ac77 + 593dba5 commit c33989b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,5 @@ func (s *Stream) closeRemoteChannels() {
close(s.closeChan)
s.dataLock.Lock()
defer s.dataLock.Unlock()
close(s.dataChan)
}
}

0 comments on commit c33989b

Please sign in to comment.