drop support for QUIC 35

This commit is contained in:
Marten Seemann 2017-09-09 12:43:34 +03:00
parent ecd519240e
commit 8dbd60a095
7 changed files with 10 additions and 26 deletions

View file

@ -182,7 +182,7 @@ var _ = Describe("Session", func() {
var pSess Session
pSess, handshakeChan, err = newSession(
mconn,
protocol.Version35,
protocol.Version37,
0,
scfg,
nil,
@ -234,7 +234,7 @@ var _ = Describe("Session", func() {
}
pSess, _, err := newSession(
mconn,
protocol.Version35,
protocol.Version37,
0,
scfg,
nil,
@ -1706,7 +1706,7 @@ var _ = Describe("Client Session", func() {
sessP, _, err := newClientSession(
mconn,
"hostname",
protocol.Version35,
protocol.Version37,
0,
nil,
populateClientConfig(&Config{}),