expose a VersionNegoationError

This commit is contained in:
Marten Seemann 2021-04-25 19:03:34 +07:00
parent 42b61729bd
commit 1ce572228b
5 changed files with 47 additions and 24 deletions

View file

@ -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