[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 03/07: Corrected internal doxy
From: |
gnunet |
Subject: |
[libmicrohttpd] 03/07: Corrected internal doxy |
Date: |
Mon, 05 Jul 2021 16:07:44 +0200 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to branch master
in repository libmicrohttpd.
commit d06ee976c01d7a691cbedccbba86d8a155a3a876
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Jul 5 13:00:17 2021 +0300
Corrected internal doxy
---
src/microhttpd/internal.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 5821011b..5b5e9396 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -328,7 +328,7 @@ struct MHD_HTTP_Header
char *header;
/**
- * Number of bytes in @a header.
+ * The length of the @a header, not including the final zero termination.
*/
size_t header_size;
@@ -338,7 +338,7 @@ struct MHD_HTTP_Header
char *value;
/**
- * Number of bytes in @a value.
+ * The length of the @a value, not including the final zero termination.
*/
size_t value_size;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [libmicrohttpd] branch master updated (64e91ef6 -> e1693575), gnunet, 2021/07/05
- [libmicrohttpd] 03/07: Corrected internal doxy,
gnunet <=
- [libmicrohttpd] 04/07: MHD_del_response_header(): removed unused variable, gnunet, 2021/07/05
- [libmicrohttpd] 02/07: mhd_str: minor optimisation, gnunet, 2021/07/05
- [libmicrohttpd] 01/07: mhd_str: minor code refactoring, gnunet, 2021/07/05
- [libmicrohttpd] 06/07: Added MHD_str_remove_tokens_caseless_() function, gnunet, 2021/07/05
- [libmicrohttpd] 05/07: Added MHD_str_remove_token_caseless_() function, gnunet, 2021/07/05
- [libmicrohttpd] 07/07: response: process "Connection" header in a special manner, gnunet, 2021/07/05