mirror of https://github.com/golang/go.git
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: Ie3009e926ceecfa86dfa6bcc6fe14ff01086be7d
Reviewed-on: https://go-review.googlesource.com/c/go/+/321929
Run-TryBot: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
Trust: Katie Hockman <katie@golang.org>
Trust: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
|
||
|---|---|---|
| .. | ||
| dump.go | ||
| dump_test.go | ||
| example_test.go | ||
| httputil.go | ||
| persist.go | ||
| reverseproxy.go | ||
| reverseproxy_test.go | ||