mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #3465 from raoofm/patch-1
etcdmain: Proxy doesnt specify - listening on http or https
This commit is contained in:
commit
af0474f2e3
@ -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