drop support for v30

fixes #213
This commit is contained in:
Lucas Clemente
2016-07-21 13:50:09 +02:00
parent 8856304b65
commit 1712a7388f
6 changed files with 12 additions and 25 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="34,33,32,31,30"`},
"Alt-Svc": {`quic=":443"; ma=2592000; v="34,33,32,31"`},
"Alternate-Protocol": {`443:quic`},
}