1
0
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:
Umputun 2024-07-23 11:25:40 -05:00
parent 93b70a99c6
commit 85702e4de1

View File

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