From be296d0a9d71d028be88458d0367f3e1048670cc Mon Sep 17 00:00:00 2001 From: "A. Pervaiz" <77356768+arooshap@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:18:13 +0200 Subject: [PATCH] Update x509.go to fix spacing --- x509.go | 1 + 1 file changed, 1 insertion(+) diff --git a/x509.go b/x509.go index 2d51a9d..e11a07d 100644 --- a/x509.go +++ b/x509.go @@ -126,6 +126,7 @@ func x509ProxyServer() { // Only expose debug endpoints (pprof, expvar) if the client IP is allowed http.HandleFunc("/debug/", debugHandler) + // the request handler http.HandleFunc("/", x509RequestHandler)