mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
534461ad12
Reject dial target addresses containing CR or LF before building the HTTP CONNECT request in httpProxyDial. This prevents header injection through HTTP proxies when callers pass unsanitized target addresses via low-level dial paths such as HostClient.Addr or direct proxy dialer usage. Reported by https://github.com/OLU-DEVX