From b13a5465d34844f73138e644d93ef4916db632a9 Mon Sep 17 00:00:00 2001 From: Mark van Holsteijn Date: Tue, 28 Dec 2021 14:11:23 +0100 Subject: [PATCH] removed whitespace before comment --- proxy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy.go b/proxy.go index 1965764b..821f7a0e 100644 --- a/proxy.go +++ b/proxy.go @@ -77,7 +77,7 @@ func (proxy *ProxyHttpServer) filterResponse(respOrig *http.Response, ctx *Proxy return } - // RemoveProxyHeaders removes all proxy headers which should not propagate to the next hop +// RemoveProxyHeaders removes all proxy headers which should not propagate to the next hop func RemoveProxyHeaders(ctx *ProxyCtx, r *http.Request) { r.RequestURI = "" // this must be reset when serving a request with the client ctx.Logf("Sending request %v %v", r.Method, r.URL.String())