remove v33 from supported versions

This commit is contained in:
Lucas Clemente
2016-08-30 21:03:00 +02:00
parent d76d86a7e1
commit 8184ce050f
4 changed files with 5 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"`},
"Alt-Svc": {`quic=":443"; ma=2592000; v="35,34"`},
"Alternate-Protocol": {`443:quic`},
}