drop support for QUIC 34

fixes #368
This commit is contained in:
Marten Seemann
2017-03-19 20:28:45 +07:00
parent 9a1e86cf5e
commit 28c115fee1
9 changed files with 19 additions and 69 deletions

View File

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