etcd-io / etcd

Distributed reliable key-value store for the most critical data of a distributed system
https://etcd.io
Apache License 2.0
47.7k stars 9.76k forks source link

client: follow redirects #2604

Closed philips closed 9 years ago

philips commented 9 years ago

It would be good if the client followed redirects to be compatible with old versions of the v2 API provided by etcd 0.4. That way tools that want to use the new client like etcdctl, flannel, fleet or locksmith can be blissfully unaware of the underlying version.

xiang90 commented 9 years ago

etcd/client already follows 3xx redirection.