remove version 32 from SupportedVersions

This commit is contained in:
Marten Seemann
2016-07-31 15:02:44 +07:00
committed by Lucas Clemente
parent 69302be280
commit ad91d02cbd
4 changed files with 6 additions and 5 deletions

View File

@@ -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`},
}