mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

This sets Created and Cancel true in pb.WatchResponse when it has received wrong start revision instead of panic. So that clientv3 can set 'Canceled' in WatchResponse as well. Fix https://github.com/coreos/etcd/issues/4610.