]> git.ipfire.org Git - thirdparty/curl.git/commit
ngtcp2: Add an error code for QUIC connection errors
authorEmil Engler <me@emilengler.com>
Tue, 24 Dec 2019 10:17:16 +0000 (11:17 +0100)
committerJay Satiro <raysatiro@yahoo.com>
Sat, 11 Jan 2020 23:19:32 +0000 (18:19 -0500)
commitcbb5429001084df4e71ebd95dbf748c3c302c9f7
treee9d04e16e904316b710465aff43040a0c88a8618
parentb700662b1c77c8af7e290538f748b71d75a79ae7
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
docs/libcurl/libcurl-errors.3
docs/libcurl/symbols-in-versions
include/curl/curl.h
lib/strerror.c
lib/vquic/ngtcp2.c
packages/OS400/curl.inc.in
tests/data/test1538