Skip to content

Commit

Permalink
Merge pull request #11757 from jingyih/automated-cherry-pick-of-#1175…
Browse files Browse the repository at this point in the history
…4-upstream-release-3.4

Automated cherry pick of #11754 on release-3.4
  • Loading branch information
spzala committed Apr 6, 2020
2 parents e694b7b + 9c85545 commit e2ae601
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etcdserver/api/v3rpc/watch.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,10 @@ func (sws *serverWatchStream) recvLoop() error {

select {
case sws.ctrlStream <- wr:
continue
case <-sws.closec:
return nil
}
return nil
}

filters := FiltersFromRequest(creq)
Expand Down

0 comments on commit e2ae601

Please sign in to comment.