From 51f816385357b65ccc2625c80b935e8cdcb6ddb8 Mon Sep 17 00:00:00 2001 From: Alex Aperis Date: Tue, 18 Apr 2023 13:22:10 +0200 Subject: [PATCH] remove leftover code --- proxy.go | 1 - 1 file changed, 1 deletion(-) diff --git a/proxy.go b/proxy.go index bd6bccb..7c7e9d3 100644 --- a/proxy.go +++ b/proxy.go @@ -90,7 +90,6 @@ func (p *Proxy) notAllowedResponse(w http.ResponseWriter, _ *http.Request) { func (p *Proxy) notAcceptableResponse(w http.ResponseWriter, _ *http.Request) { log.Debug("not acceptable response") - // http.Error(w, "request not acceptable", 406) w.WriteHeader(406) }