Merge pull request #1064 from stp-ip/quic-protocol-headers

Keep quic protocol headers only between one hop
This commit is contained in:
Matt Holt 2016-08-23 16:46:43 -06:00 committed by GitHub
commit 70cbfdc585

View file

@ -271,6 +271,8 @@ var hopHeaders = []string{
"Trailers",
"Transfer-Encoding",
"Upgrade",
"Alternate-Protocol",
"Alt-Svc",
}
type respUpdateFn func(resp *http.Response)