Skip to content

Commit c4e123e

Browse files
committed
proxy/grpcproxy: remove "Errors" field
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
1 parent e83702e commit c4e123e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

proxy/grpcproxy/health.go

-3
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,5 @@ func checkHealth(c *clientv3.Client) etcdhttp.Health {
3737
if err == nil || err == rpctypes.ErrPermissionDenied {
3838
h.Health = "true"
3939
}
40-
if h.Health != "true" {
41-
h.Errors = append(h.Errors, err.Error())
42-
}
4340
return h
4441
}

0 commit comments

Comments
 (0)