mirror of
https://github.com/curl/curl.git
synced 2026-08-04 05:19:59 +03:00
parent
4570c22c57
commit
db061571ef
6 changed files with 87 additions and 47 deletions
|
|
@ -193,6 +193,7 @@ struct HTTP {
|
|||
/*********** for HTTP/3 we store stream-local data here *************/
|
||||
int64_t stream3_id; /* stream we are interested in */
|
||||
bool firstbody; /* FALSE until body arrives */
|
||||
bool h3req; /* FALSE until request is issued */
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue