curl/lib/vquic
Stefan Eissing f2d008811d
ngtcp2: stabilize recv
When receiving on a stream that already failed or has already been closed,
return the matching error code without touching the connection. In case
the connection shows errors, e.g. the server closed, those errors should
not have impact on an already failed/closed stream.

This might mitigate flakiness in pytest 07_13 where unexpected errors
occur after a successful upload.

Closes #20220
2026-01-08 22:36:38 +01:00
..
curl_ngtcp2.c ngtcp2: stabilize recv 2026-01-08 22:36:38 +01:00
curl_ngtcp2.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_osslq.c http/3: add description for known server error codes 2026-01-07 14:30:21 +01:00
curl_osslq.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
curl_quiche.c http/3: add description for known server error codes 2026-01-07 14:30:21 +01:00
curl_quiche.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
vquic-tls.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
vquic-tls.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
vquic.c http/3: add description for known server error codes 2026-01-07 14:30:21 +01:00
vquic.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
vquic_int.h http/3: add description for known server error codes 2026-01-07 14:30:21 +01:00