diff options
author | Emil Engler <me@emilengler.com> | 2019-12-24 11:17:16 +0100 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2020-01-11 18:19:32 -0500 |
commit | cbb5429001084df4e71ebd95dbf748c3c302c9f7 (patch) | |
tree | e9d04e16e904316b710465aff43040a0c88a8618 /tests/data | |
parent | b700662b1c77c8af7e290538f748b71d75a79ae7 (diff) |
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
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test1538 | 3 |
1 files changed, 2 insertions, 1 deletions
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 |