mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcdmain: Proxy doesnt specify - listening on http or https
etcdmain: Proxy doesnt specify - listening on http or https Fixes #3464
This commit is contained in:
parent
ccdd10c757
commit
2de1c36061
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user