Improved doxy for #MHD_CONNECTION_INFO_REQUEST_HEADER_SIZE info

This commit is contained in:
Evgeny Grin (Karlson2k)
2023-09-19 15:32:49 +03:00
parent 7ae4bcccec
commit 8962cba42d
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -2307,6 +2307,8 @@ union MHD_ConnectionInfo
/**
* Size of the client's HTTP header.
* It includes the request line, all request headers, the header section
* terminating empty line, with all CRLF (or LF) characters.
*/
size_t header_size;
+2
View File
@@ -1097,6 +1097,8 @@ struct MHD_Request
/**
* Number of bytes we had in the HTTP header, set once we
* pass #MHD_CONNECTION_HEADERS_RECEIVED.
* This includes the request line, all request headers, the header section
* terminating empty line, with all CRLF (or LF) characters.
*/
size_t header_size;