commit 9056a6d5e52d5679e2c76c2c8585793c603506ee parent d8c3cd5800dad698bf29eae9d945f377c6a92f66 Author: n0tr1v <n0tr1v@protonmail.com> Date: Thu, 22 Jun 2023 00:37:25 -0700 cleanup Diffstat:
| M | pkg/web/web.go | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/web/web.go b/pkg/web/web.go @@ -437,7 +437,7 @@ func extractGlobalCircuitIdentifier(m string) int64 { return globalCircuitID } -func getReverseProxy(u string) http.Handler { +func getReverseProxy(u string) *httputil.ReverseProxy { remote, err := url.Parse(u) if err != nil { panic(err)