mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
drop support for QUIC draft version 32 and 34
This commit is contained in:
parent
fa2e797215
commit
f51cc93770
12 changed files with 23 additions and 51 deletions
|
@ -35,7 +35,7 @@ var _ = Describe("TLS Extension Handler, for the server", func() {
|
|||
})
|
||||
|
||||
Context("for the server", func() {
|
||||
for _, ver := range []protocol.VersionNumber{protocol.VersionDraft29, protocol.VersionDraft34} {
|
||||
for _, ver := range []protocol.VersionNumber{protocol.VersionDraft29, protocol.Version1} {
|
||||
v := ver
|
||||
|
||||
Context(fmt.Sprintf("sending, for version %s", v), func() {
|
||||
|
@ -122,7 +122,7 @@ var _ = Describe("TLS Extension Handler, for the server", func() {
|
|||
})
|
||||
|
||||
Context("for the client", func() {
|
||||
for _, ver := range []protocol.VersionNumber{protocol.VersionDraft29, protocol.VersionDraft34} {
|
||||
for _, ver := range []protocol.VersionNumber{protocol.VersionDraft29, protocol.Version1} {
|
||||
v := ver
|
||||
|
||||
Context(fmt.Sprintf("sending, for version %s", v), func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue