net/http/httputil: always remove hop-by-hop headers ยท golang/go@950fa11

Previously, we'd fail to remove the Connection header from a request like this: Connection: Connection: x-header Fixes #46313 Fixes CVE-2021-33197 Change-Id: Ie3009e926ceecfa86dfa6bc...