You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid the redirection to /healthz/ when calling /healthz
By #1100,
subpaths of `/healthz/` can be handled.
However, this change introduced the redirection from `/healthz`
to `/healthz/` with 301 (Moved Permanently) when accessing `/healthz`
endpoint. (Accessing `/healthz/` works fine without the redirect.)
This is unnecessary overhead in the health checking.
So, this commit enable to access `/healthz` without the redirect with keeping
that subpaths of `/healthz/` are accessible.
0 commit comments