mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
server: Cover V3 health with tests
Signed-off-by: Siyuan Zhang <sizhang@google.com>
This commit is contained in:
@@ -773,6 +773,7 @@ func (e *Etcd) serveClients() (err error) {
|
||||
} else {
|
||||
mux := http.NewServeMux()
|
||||
etcdhttp.HandleBasic(mux, e.Server)
|
||||
etcdhttp.HandleMetricsHealth(mux, e.Server)
|
||||
h = mux
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user