From f70da9c17e315f382694d8ca5585191f4e5478d7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 21 Nov 2019 11:37:44 +0100 Subject: 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 --- tests/data/test1538 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/data/test1538') 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 -- cgit v1.2.1