aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorEmil Engler <me@emilengler.com>2019-12-24 11:17:16 +0100
committerJay Satiro <raysatiro@yahoo.com>2020-01-11 18:19:32 -0500
commitcbb5429001084df4e71ebd95dbf748c3c302c9f7 (patch)
treee9d04e16e904316b710465aff43040a0c88a8618 /packages
parentb700662b1c77c8af7e290538f748b71d75a79ae7 (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 'packages')
-rw-r--r--packages/OS400/curl.inc.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/OS400/curl.inc.in b/packages/OS400/curl.inc.in
index e5454daa1..a160f1085 100644
--- a/packages/OS400/curl.inc.in
+++ b/packages/OS400/curl.inc.in
@@ -602,6 +602,8 @@
d c 94
d CURLE_HTTP3...
d c 95
+ d CURLE_QUIC_CONNECT_ERROR...
+ d c 96
*
/if not defined(CURL_NO_OLDIES)
d CURLE_URL_MALFORMAT_USER...