introduce a logging.CloseReason for version negotiation errors

This commit is contained in:
Marten Seemann 2021-03-15 13:20:23 +08:00
parent 3bce408c8d
commit 5208845191
5 changed files with 55 additions and 6 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.Error()).To(ContainSubstring("no compatible QUIC version found"))
})
// times out, because client doesn't accept subsequent real retry packets from server