From cbb5429001084df4e71ebd95dbf748c3c302c9f7 Mon Sep 17 00:00:00 2001 From: Emil Engler Date: Tue, 24 Dec 2019 11:17:16 +0100 Subject: ngtcp2: Add an error code for QUIC connection errors - Add new error code CURLE_QUIC_CONNECT_ERROR for QUIC connection errors. Prior to this change CURLE_FAILED_INIT was used, but that was not correct. Closes https://github.com/curl/curl/pull/4754 --- tests/data/test1538 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/data') diff --git a/tests/data/test1538 b/tests/data/test1538 index c96983061..ea8eddbb8 100644 --- a/tests/data/test1538 +++ b/tests/data/test1538 @@ -128,7 +128,8 @@ e92: Stream error in the HTTP/2 framing layer e93: API function called from within callback e94: An authentication function returned an error e95: HTTP/3 error -e96: Unknown error +e96: QUIC connection error +e97: Unknown error m-1: Please call curl_multi_perform() soon m0: No error m1: Invalid multi handle -- cgit v1.2.3