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) }