curl/lib/vquic
Stefan Eissing 632e0fbe70
http2: move HTTP/2 stream vars into local context
- remove NGHTTP2 members of `struct HTTP`
- add `void *h2_ctx` to `struct HTTP`
- add `void *h3_ctx` to `struct HTTP`
- separate h2/h3 pointers are needed for eyeballing
- manage local stream_ctx in http implementations

Closes #10877
2023-04-06 16:27:50 +02:00
..
curl_msh3.c http2: move HTTP/2 stream vars into local context 2023-04-06 16:27:50 +02:00
curl_msh3.h quic: rename vquic implementations, fix for quiche build. 2023-01-05 23:39:49 +01:00
curl_ngtcp2.c http2: move HTTP/2 stream vars into local context 2023-04-06 16:27:50 +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 http2: move HTTP/2 stream vars into local context 2023-04-06 16:27:50 +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