gnunet-svn
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]