drop support for v31

fixes #214
This commit is contained in:
Lucas Clemente
2016-07-21 13:55:16 +02:00
parent 1712a7388f
commit c46e93c752
5 changed files with 7 additions and 78 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"`},
"Alt-Svc": {`quic=":443"; ma=2592000; v="34,33,32"`},
"Alternate-Protocol": {`443:quic`},
}