Skip to content

Commit

Permalink
remove noisy keep host messages from logging
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Jul 23, 2024
1 parent 93b70a9 commit 85702e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ func (h *Http) proxyHandler() http.HandlerFunc {
r.URL.Path = uu.Path
r.URL.Host = uu.Host
r.URL.Scheme = uu.Scheme
log.Printf("[DEBUG] keep host is %t", keepHost)
if !keepHost {
r.Host = uu.Host
}
Expand Down

0 comments on commit 85702e4

Please sign in to comment.