aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_str.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_str.h')
-rw-r--r--src/microhttpd/mhd_str.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/mhd_str.h b/src/microhttpd/mhd_str.h
index 64d15937..9e3a0334 100644
--- a/src/microhttpd/mhd_str.h
+++ b/src/microhttpd/mhd_str.h
@@ -498,7 +498,7 @@ MHD_bin_to_hex (const void *bin,
498 * Check two strings for equality, "unquoting" the first string from quoted 498 * Check two strings for equality, "unquoting" the first string from quoted
499 * form as specified by RFC7230#section-3.2.6 and RFC7694#quoted.strings. 499 * form as specified by RFC7230#section-3.2.6 and RFC7694#quoted.strings.
500 * 500 *
501 * Null-termination for input stings is not required, binary zeros compared 501 * Null-termination for input strings is not required, binary zeros compared
502 * like other characters. 502 * like other characters.
503 * 503 *
504 * @param quoted the quoted string to compare, must NOT include leading and 504 * @param quoted the quoted string to compare, must NOT include leading and
@@ -524,7 +524,7 @@ MHD_str_equal_quoted_bin_n (const char *quoted,
524 * form as specified by RFC7230#section-3.2.6 and RFC7694#quoted.strings and 524 * form as specified by RFC7230#section-3.2.6 and RFC7694#quoted.strings and
525 * ignoring case of US-ASCII letters. 525 * ignoring case of US-ASCII letters.
526 * 526 *
527 * Null-termination for input stings is not required, binary zeros compared 527 * Null-termination for input strings is not required, binary zeros compared
528 * like other characters. 528 * like other characters.
529 * 529 *
530 * @param quoted the quoted string to compare, must NOT include leading and 530 * @param quoted the quoted string to compare, must NOT include leading and