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
curl_ngtcp2.c http2: move HTTP/2 stream vars into local context 2023-04-06 16:27:50 +02:00
curl_ngtcp2.h
curl_quiche.c http2: move HTTP/2 stream vars into local context 2023-04-06 16:27:50 +02:00
curl_quiche.h
vquic_int.h
vquic.c
vquic.h