libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 88b880e928f08ed3866739a1db93e57108e73f55
parent 9949f0f3aca26b0f0ffded2fa7e415e41d531f05
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Mon,  2 Aug 2021 16:15:21 +0300

Minor doxy correction for 9949f0f3aca26b0f0ffded2fa7e415e41d531f05

Diffstat:
Msrc/microhttpd/connection.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c @@ -1272,7 +1272,7 @@ get_date_str (char *date) /** * Produce HTTP DATE header. - * Result is always 37 bytes long (including terminating null). + * Result is always 37 bytes long (plus one terminating null). * * @param[out] header where to write the header, with * at least 38 bytes available space.