etcdmain: Proxy doesnt specify - listening on http or https Fixes #3464
@@ -417,7 +417,7 @@ func startProxy(cfg *config) error {
return err
}
- host := u.Host
+ host := u.String()
go func() {
plog.Info("proxy: listening for client requests on ", host)
mux := http.NewServeMux()