net/http/httputil: ReverseProxy forwards Connection headers if first one is empty · Issue #46313 · golang/go

Per RFC 7230, Section 6.1, the Connection header needs to be removed by proxies, along with headers named in the Connection header field. Per Section 3.2.2, multiple Connection headers should be co...