mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-07 11:28:48 +03: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
1 changed files with 2 additions and 0 deletions
|
@ -271,6 +271,8 @@ var hopHeaders = []string{
|
|||
"Trailers",
|
||||
"Transfer-Encoding",
|
||||
"Upgrade",
|
||||
"Alternate-Protocol",
|
||||
"Alt-Svc",
|
||||
}
|
||||
|
||||
type respUpdateFn func(resp *http.Response)
|
||||
|
|
Loading…
Reference in a new issue