mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
rafthttp: report error to correct chan
This commit is contained in:
parent
b3fee0abff
commit
5183631f17
@ -279,7 +279,7 @@ type streamReader struct {
|
||||
func (r *streamReader) start() {
|
||||
r.stopc = make(chan struct{})
|
||||
r.done = make(chan struct{})
|
||||
if r.errorc != nil {
|
||||
if r.errorc == nil {
|
||||
r.errorc = r.tr.ErrorC
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user