mirror of
https://github.com/umputun/reproxy.git
synced 2024-11-16 20:25:52 +02:00
remove noisy keep host messages from logging
This commit is contained in:
parent
93b70a99c6
commit
85702e4de1
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user