curl/lib/vquic
Stefan Eissing be800a6cab
http3: check stream_ctx more thoroughly in all backends
- callbacks and filter methods might be invoked at unexpected
  times, e.g. when the transfer's stream_ctx has not been initialized
  yet or, more likely, has already been taken down.
- check for existance of stream_ctx in such places and return
  an error or silently succeed the call.

Closes #10951
2023-04-13 23:53:36 +02:00
..
curl_msh3.c http3: check stream_ctx more thoroughly in all backends 2023-04-13 23:53:36 +02:00
curl_msh3.h quic: rename vquic implementations, fix for quiche build. 2023-01-05 23:39:49 +01:00
curl_ngtcp2.c http3: check stream_ctx more thoroughly in all backends 2023-04-13 23:53:36 +02:00
curl_ngtcp2.h ngtcp2: adjust config and code checks for ngtcp2 without nghttp3 2023-03-23 15:39:13 +01:00
curl_quiche.c http3: check stream_ctx more thoroughly in all backends 2023-04-13 23:53:36 +02:00
curl_quiche.h quic: rename vquic implementations, fix for quiche build. 2023-01-05 23:39:49 +01:00
vquic_int.h http3: improvements across backends 2023-03-31 15:44:57 +02:00
vquic.c http3: improvements across backends 2023-03-31 15:44:57 +02:00
vquic.h connections: introduce http/3 happy eyeballs 2023-02-02 09:57:34 +01:00