Skip to content

Commit

Permalink
grpcproxy: forward Canceled field when broadcasting watch responses
Browse files Browse the repository at this point in the history
  • Loading branch information
heyitsanthony committed Jul 25, 2017
1 parent 318caee commit 9581f76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy/grpcproxy/watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})
Expand Down

0 comments on commit 9581f76

Please sign in to comment.