aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-09-19 14:52:06 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-09-19 15:32:49 +0300
commit8962cba42d7a104408608518a161fc0e0311ef4a (patch)
treec4dc9ddf3136bcbb1b02473864b8fa8ac91f914e /src/include/microhttpd.h
parent7ae4bcccecac6e5933a9686cb5bb7647fb3a3432 (diff)
downloadlibmicrohttpd-8962cba42d7a104408608518a161fc0e0311ef4a.tar.gz
libmicrohttpd-8962cba42d7a104408608518a161fc0e0311ef4a.zip
Improved doxy for #MHD_CONNECTION_INFO_REQUEST_HEADER_SIZE info
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 933f146a..c850d849 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -2307,6 +2307,8 @@ union MHD_ConnectionInfo
2307 2307
2308 /** 2308 /**
2309 * Size of the client's HTTP header. 2309 * Size of the client's HTTP header.
2310 * It includes the request line, all request headers, the header section
2311 * terminating empty line, with all CRLF (or LF) characters.
2310 */ 2312 */
2311 size_t header_size; 2313 size_t header_size;
2312 2314