Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
remove leftover code
Browse files Browse the repository at this point in the history
  • Loading branch information
aaperis committed Apr 21, 2023
1 parent d495228 commit 51f8163
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 51f8163

Please sign in to comment.