curl-curl/lib/vquic
Stefan Eissing 41aaac61e2
lib: always use Curl_1st_fatal instead of Curl_1st_err
Curl_1st_err() does not return the second error if the first result is
CURLE_AGAIN. This may cause errors to not become noticeable when they
should be.

Replace all use of Curl_1st_err() with Curl_1st_fatal(), which handles
CURLE_AGAIN as a not-a-real-error case.

Closes #20980
2026-03-18 13:38:51 +01:00
..
curl_ngtcp2.c lib: always use Curl_1st_fatal instead of Curl_1st_err 2026-03-18 13:38:51 +01:00
curl_ngtcp2.h lib: use lib source directory as base include path 2026-02-23 16:00:42 +01:00
curl_quiche.c lib: always use Curl_1st_fatal instead of Curl_1st_err 2026-03-18 13:38:51 +01:00
curl_quiche.h lib: use lib source directory as base include path 2026-02-23 16:00:42 +01:00
vquic_int.h clang-tidy: add more missing parentheses in macro values 2026-02-25 15:43:23 +01:00
vquic-tls.c lib: use lib source directory as base include path 2026-02-23 16:00:42 +01:00
vquic-tls.h badwords: rework exceptions, fix many of them 2026-03-12 01:01:16 +01:00
vquic.c stop using the word 'just' 2026-03-03 15:30:22 +01:00
vquic.h lib: use lib source directory as base include path 2026-02-23 16:00:42 +01:00