We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6c801 commit 71046edCopy full SHA for 71046ed
tests/transports/testquic.nim
@@ -74,6 +74,9 @@ suite "Quic transport":
74
75
proc runClient() {.async.} =
76
let client = await createTransport(withInvalidCert = true)
77
+ # expect QuicTransportDialError:
78
+ # discard await client.dial("", server.addrs[0])
79
+
80
let conn = await client.dial("", server.addrs[0])
81
# TODO: expose CRYPTO_ERROR somehow in lsquic.
82
# This is a temporary measure just to get the test to work
0 commit comments