curl/lib/vquic
Stefan Eissing 0fbbc80b24
ngtcp2: ignore errors on unknown streams
- expecially in is_alive checks on connections, we might
  see incoming packets on streams already forgotten and closed,
  leading to errors reported by nghttp3. Ignore those.

Closes #12449
2023-12-04 12:57:24 +01:00
..
curl_msh3.c
curl_msh3.h
curl_ngtcp2.c ngtcp2: ignore errors on unknown streams 2023-12-04 12:57:24 +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