mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 13:17:36 +03:00
drop support for QUIC 35
This commit is contained in:
parent
ecd519240e
commit
8dbd60a095
7 changed files with 10 additions and 26 deletions
|
@ -7,7 +7,6 @@ import (
|
|||
|
||||
var _ = Describe("Version", func() {
|
||||
It("says if a version supports TLS", func() {
|
||||
Expect(Version35.UsesTLS()).To(BeFalse())
|
||||
Expect(Version36.UsesTLS()).To(BeFalse())
|
||||
Expect(Version37.UsesTLS()).To(BeFalse())
|
||||
Expect(Version38.UsesTLS()).To(BeFalse())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue