mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
introduce a logging.CloseReason for version negotiation errors
This commit is contained in:
parent
3bce408c8d
commit
5208845191
5 changed files with 55 additions and 6 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.Error()).To(ContainSubstring("no compatible QUIC version found"))
|
||||
})
|
||||
|
||||
// times out, because client doesn't accept subsequent real retry packets from server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue