etcd-node
etcd-node copied to clipboard
broken POSTs due to superagent redirection
I think, gotta look into this but it looks like etcd is trying to redirect POSTs which superagent will convert to an GET to mirror the browser.
@visionmedia Hmmm think this had to do with leader / no leader. I haven't messed with clustering yet, so I assume my single local instance is the leader and I am hitting line 174
Perhaps your doing something to hit: https://github.com/coreos/etcd/blob/master/etcd_handlers.go#L189