mirror of
https://github.com/kemko/reproxy.git
synced 2026-01-01 15:55:49 +03:00
remove noisy keep host messages from logging
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user