summaryrefslogtreecommitdiff
path: root/lib/http.h
diff options
context:
space:
mode:
authorNick Banks <nibanks@microsoft.com>2023-01-08 15:23:21 +0000
committerDaniel Stenberg <daniel@haxx.se>2023-01-10 13:50:08 +0100
commit9f0c7795ebcbfbd3b003eabc0e7803481193623c (patch)
tree175199758b5d4924cf4064af779ccc20741cd673 /lib/http.h
parent088c08a7e474bda43c5fa336cf30ad24b87097b2 (diff)
downloadcurl-9f0c7795ebcbfbd3b003eabc0e7803481193623c.tar.gz
msh3: update to v0.6
Closes #10192
Diffstat (limited to 'lib/http.h')
-rw-r--r--lib/http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/http.h b/lib/http.h
index 9da4694fa..ba7ad030e 100644
--- a/lib/http.h
+++ b/lib/http.h
@@ -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;