Browse Source

grpcproxy: forward Canceled field when broadcasting watch responses

Anthony Romano 8 years ago
parent
commit
9581f7676c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      proxy/grpcproxy/watcher.go

+ 1 - 0
proxy/grpcproxy/watcher.go

@@ -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,
 	})