mirror of
https://github.com/curl/curl.git
synced 2026-07-16 05:17:19 +03:00
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
This commit is contained in:
parent
b700662b1c
commit
cbb5429001
7 changed files with 25 additions and 14 deletions
|
|
@ -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...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue