aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.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/microhttpd/internal.h
parent7ae4bcccecac6e5933a9686cb5bb7647fb3a3432 (diff)
downloadlibmicrohttpd-8962cba42d7a104408608518a161fc0e0311ef4a.tar.gz
libmicrohttpd-8962cba42d7a104408608518a161fc0e0311ef4a.zip
Improved doxy for #MHD_CONNECTION_INFO_REQUEST_HEADER_SIZE info
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 27e9a50f..96178169 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1097,6 +1097,8 @@ struct MHD_Request
1097 /** 1097 /**
1098 * Number of bytes we had in the HTTP header, set once we 1098 * Number of bytes we had in the HTTP header, set once we
1099 * pass #MHD_CONNECTION_HEADERS_RECEIVED. 1099 * pass #MHD_CONNECTION_HEADERS_RECEIVED.
1100 * This includes the request line, all request headers, the header section
1101 * terminating empty line, with all CRLF (or LF) characters.
1100 */ 1102 */
1101 size_t header_size; 1103 size_t header_size;
1102 1104