mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
expose a VersionNegoationError
This commit is contained in:
parent
42b61729bd
commit
1ce572228b
5 changed files with 47 additions and 24 deletions
|
@ -371,7 +371,7 @@ var _ = Describe("MITM test", func() {
|
|||
}
|
||||
err := runTest(delayCb)
|
||||
Expect(err).To(HaveOccurred())
|
||||
Expect(err.Error()).To(ContainSubstring("no compatible QUIC version found"))
|
||||
Expect(err).To(MatchError(&quic.VersionNegotiationError{}))
|
||||
})
|
||||
|
||||
// times out, because client doesn't accept subsequent real retry packets from server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue