Files
newt/netstack2
rinseaid 817824bd6f Fix X-Forwarded-Proto always set to "http" for TLS connections
httpConnCtx wraps *tls.Conn behind net.Conn, so Go's http.Server
cannot detect TLS via type assertion and r.TLS is always nil.
SetXForwarded() then always writes X-Forwarded-Proto: http.

Override using the isTLS context flag already set by ConnContext.
2026-05-13 22:38:35 -04:00
..
2026-03-24 17:26:44 -07:00
2026-04-11 21:56:28 -07:00
2026-05-07 16:16:47 -07:00
2026-04-11 21:56:28 -07:00