mirror of
https://github.com/caddyserver/caddy.git
synced 2025-04-22 20:54:11 +08:00
Merge pull request #1064 from stp-ip/quic-protocol-headers
Keep quic protocol headers only between one hop
This commit is contained in:
commit
70cbfdc585
@ -271,6 +271,8 @@ var hopHeaders = []string{
|
||||
"Trailers",
|
||||
"Transfer-Encoding",
|
||||
"Upgrade",
|
||||
"Alternate-Protocol",
|
||||
"Alt-Svc",
|
||||
}
|
||||
|
||||
type respUpdateFn func(resp *http.Response)
|
||||
|
Loading…
x
Reference in New Issue
Block a user