libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

commit f5fe41cfc69871caf7981220af99513d7cd1b225
parent 4cd409a21e9c290f752043b2f6380ca381674f16
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Sun,  7 Dec 2025 12:20:22 +0100

mhd_str.h: made description more explicit

Diffstat:
Msrc/mhd2/mhd_str.h | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mhd2/mhd_str.h b/src/mhd2/mhd_str.h @@ -142,7 +142,8 @@ MHD_FN_PURE_ MHD_FN_PAR_NONNULL_ALL_ MHD_FN_PAR_IN_ (1) MHD_FN_PAR_IN_ (2); * Compares not more first than @a len bytes, including binary zero characters. * Comparison stops at first unmatched byte. * @param mixstr mixed case string to compare - * @param lowstr lower case string to compare + * @param lowstr lower case string to compare, + * must have no US-ASCII uppercase characters * @param len number of characters to compare * @return 'true' if two strings are equal, 'false' otherwise. */