mirror of
https://github.com/curl/curl.git
synced 2026-08-25 17:33:32 +03:00
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
This commit is contained in:
parent
4ae2d9f24d
commit
632e0fbe70
5 changed files with 375 additions and 344 deletions
648
lib/http2.c
648
lib/http2.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue