enable support for QUIC 34

fixes #55
This commit is contained in:
Marten Seemann
2016-07-29 19:00:20 +07:00
parent 7604f7927d
commit 8aad920aa9
4 changed files with 5 additions and 6 deletions

View File

@@ -163,7 +163,7 @@ var _ = Describe("H2 server", func() {
Context("setting http headers", func() {
expected := http.Header{
"Alt-Svc": {`quic=":443"; ma=2592000; v="33,32,31,30"`},
"Alt-Svc": {`quic=":443"; ma=2592000; v="34,33,32,31,30"`},
"Alternate-Protocol": {`443:quic`},
}