commit d06ee976c01d7a691cbedccbba86d8a155a3a876 parent 8e0fdcad6c1a7a7d6d66c8410071197af08e2c63 Author: Evgeny Grin (Karlson2k) <k2k@narod.ru> Date: Mon, 5 Jul 2021 13:00:17 +0300 Corrected internal doxy Diffstat:
| M | src/microhttpd/internal.h | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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;