curl/lib/vquic
Stefan Eissing 781cd3e864
ngtcp2: fix races in stream handling
- fix cases where ngtcp2 invokes callbacks on streams that
  nghttp3 has already forgotten. Ignore the NGHTTP3_ERR_STREAM_NOT_FOUND
  in these cases as it is normal behaviour.

Closes #12435
2023-12-01 17:52:36 +01:00
..
curl_msh3.c misc: fix -Walloc-size warnings 2023-11-11 23:35:47 +01:00
curl_msh3.h
curl_ngtcp2.c ngtcp2: fix races in stream handling 2023-12-01 17:52:36 +01:00
curl_ngtcp2.h
curl_quiche.c quic: make eyeballers connect retries stop at weird replies 2023-11-24 20:58:54 +01:00
curl_quiche.h
vquic_int.h
vquic.c
vquic.h