msh3: update to v0.6

Closes #10192
This commit is contained in:
Nick Banks 2023-01-08 15:23:21 +00:00 committed by Daniel Stenberg
parent 088c08a7e4
commit 9f0c7795eb
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 137 additions and 86 deletions

View file

@ -278,6 +278,7 @@ struct HTTP {
/* Receive Buffer (Headers and Data) */
uint8_t* recv_buf;
size_t recv_buf_alloc;
size_t recv_buf_max;
/* Receive Headers */
size_t recv_header_len;
bool recv_header_complete;