Commit 70cbfdc5 authored by Matt Holt's avatar Matt Holt Committed by GitHub

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

Keep quic protocol headers only between one hop
parents 151d0baa 3dc98c8c
......@@ -271,6 +271,8 @@ var hopHeaders = []string{
"Trailers",
"Transfer-Encoding",
"Upgrade",
"Alternate-Protocol",
"Alt-Svc",
}
type respUpdateFn func(resp *http.Response)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment