]> Cypherpunks repositories - gostls13.git/commit
net/http/httputil: fix spelling of Trailer hop-by-hop header per errata
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 1 Feb 2016 15:58:34 +0000 (15:58 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 2 Feb 2016 18:39:47 +0000 (18:39 +0000)
commit2639498f9b5e43dfceb6aa7aafb31bc313216e24
treebecba277d55666e8b49ceec22f6adefdbd36b11a
parenteb5bfa71717b30741f2a3e94a5669a3b55498ad4
net/http/httputil: fix spelling of Trailer hop-by-hop header per errata

RFC Errata 4522 (http://www.rfc-editor.org/errata_search.php?eid=4522)
notes that RFC 2616 had a typo in a list of headers that the
httputil.ReverseProxy code copied. Fix the typo in our code.

Fixes #14174

Change-Id: Ifc8f18fd58a6508a02a23e54ff3c473f03e521d3
Reviewed-on: https://go-review.googlesource.com/19133
Reviewed-by: Russ Cox <rsc@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/http/httputil/reverseproxy.go
src/net/http/httputil/reverseproxy_test.go