We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a5018 commit ed6adb9Copy full SHA for ed6adb9
server/server_handler.go
@@ -34,7 +34,7 @@ func (s *Server) handleClientHandler(w http.ResponseWriter, r *http.Request) {
34
return
35
}
36
//no proxy defined, provide access to health/version checks
37
- switch r.URL.String() {
+ switch r.URL.Path {
38
case "/health":
39
w.Write([]byte("OK\n"))
40
0 commit comments