Merge pull request #3465 from raoofm/patch-1

etcdmain: Proxy doesnt specify - listening on http or https
This commit is contained in:
Xiang Li 2015-09-08 14:38:55 -07:00
commit af0474f2e3

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