use a synchronous API for the crypto setup (#3939)

This commit is contained in:
Marten Seemann
2023-07-21 10:00:42 -07:00
committed by GitHub
parent 2c0e7e02b0
commit 469a6153b6
18 changed files with 696 additions and 1032 deletions

View File

@@ -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())
})
})