diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-11-21 11:37:44 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-11-21 23:16:29 +0100 |
commit | f70da9c17e315f382694d8ca5585191f4e5478d7 (patch) | |
tree | 0d683814510dcea5c61af6729d192eda6fd9554c /tests | |
parent | e1f66ee3bfa06d294260a75ac6300f3783c7cc0b (diff) |
include: make CURLE_HTTP3 use a new error code
To avoid potential issues with error code reuse.
Reported-by: Christoph M. Becker
Assisted-by: Dan Fandrich
Fixes #4601
Closes #4627
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test1538 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/data/test1538 b/tests/data/test1538 index d59671d2a..36f53040b 100644 --- a/tests/data/test1538 +++ b/tests/data/test1538 @@ -52,7 +52,7 @@ e16: Error in the HTTP2 framing layer e17: FTP: couldn't set file type e18: Transferred a partial file e19: FTP: couldn't retrieve (RETR failed) the specified file -e20: HTTP/3 error +e20: Unknown error e21: Quote command returned error e22: HTTP response code said error e23: Failed writing received data to disk/application @@ -127,7 +127,8 @@ e91: SSL server certificate status verification FAILED e92: Stream error in the HTTP/2 framing layer e93: API function called from within callback e94: An authentication function returned an error -e95: Unknown error +e95: HTTP/3 error +e96: Unknown error m-1: Please call curl_multi_perform() soon m0: No error m1: Invalid multi handle |