[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 03/03: Improved doxy for #MHD_CONNECTION_INFO_REQUEST_HE
From: |
gnunet |
Subject: |
[libmicrohttpd] 03/03: Improved doxy for #MHD_CONNECTION_INFO_REQUEST_HEADER_SIZE info |
Date: |
Tue, 19 Sep 2023 19:35:33 +0200 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to branch master
in repository libmicrohttpd.
commit 8962cba42d7a104408608518a161fc0e0311ef4a
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Sep 19 14:52:06 2023 +0300
Improved doxy for #MHD_CONNECTION_INFO_REQUEST_HEADER_SIZE info
---
src/include/microhttpd.h | 2 ++
src/microhttpd/internal.h | 2 ++
2 files changed, 4 insertions(+)
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
/**
* 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;
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
/**
* 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;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.