forked from quic-go/quic-go
remove version 32 from SupportedVersions
This commit is contained in:
committed by
Lucas Clemente
parent
69302be280
commit
ad91d02cbd
@@ -196,7 +196,7 @@ var _ = Describe("H2 server", func() {
|
||||
|
||||
Context("setting http headers", func() {
|
||||
expected := http.Header{
|
||||
"Alt-Svc": {`quic=":443"; ma=2592000; v="35,34,33,32"`},
|
||||
"Alt-Svc": {`quic=":443"; ma=2592000; v="35,34,33"`},
|
||||
"Alternate-Protocol": {`443:quic`},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user