mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
use a synchronous API for the crypto setup (#3939)
This commit is contained in:
parent
2c0e7e02b0
commit
469a6153b6
18 changed files with 696 additions and 1032 deletions
|
@ -87,8 +87,4 @@ var _ = Describe("Crypto Stream Manager", func() {
|
|||
handshakeStream.EXPECT().Finish()
|
||||
Expect(csm.Drop(protocol.EncryptionHandshake)).To(Succeed())
|
||||
})
|
||||
|
||||
It("no-ops when dropping 0-RTT", func() {
|
||||
Expect(csm.Drop(protocol.Encryption0RTT)).To(Succeed())
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue