grpcproxy: forward Canceled field when broadcasting watch responses

This commit is contained in:
Anthony Romano 2017-07-25 12:27:53 -07:00
parent 318caeee7e
commit 9581f7676c

View File

@ -111,6 +111,7 @@ func (w *watcher) send(wr clientv3.WatchResponse) {
Header: &wr.Header,
Created: wr.Created,
CompactRevision: wr.CompactRevision,
Canceled: wr.Canceled,
WatchId: w.id,
Events: events,
})