etcdmain: Proxy doesnt specify - listening on http or https

etcdmain: Proxy doesnt specify - listening on http or https

Fixes #3464
release-2.2
Raoof Mohammed 2015-09-08 17:19:23 -04:00
parent ccdd10c757
commit 2de1c36061
1 changed files with 1 additions and 1 deletions

View File

@ -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()