Skip to content

Commit

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

Automated cherry pick of #11754 on release-3.3
  • Loading branch information
gyuho authored Jun 22, 2020
2 parents 282cce7 + 8781e1d commit 3bf09a5
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 @@ -230,9 +230,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 3bf09a5

Please sign in to comment.