mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
Improved doxy for #MHD_CONNECTION_INFO_REQUEST_HEADER_SIZE info
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user