aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-12-28 10:30:17 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-12-28 10:30:17 +0300
commit448901b4d551dd344a1d66095eb4d1ad28920787 (patch)
treee4fd90490c3d4b66ae563b53dcb6b5a556b58daa
parentc39c55a2200f339e7f9e712bafbbfb260500aa2f (diff)
downloadlibmicrohttpd-448901b4d551dd344a1d66095eb4d1ad28920787.tar.gz
libmicrohttpd-448901b4d551dd344a1d66095eb4d1ad28920787.zip
microhttpd.h: minor doxy improvement
-rw-r--r--src/include/microhttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 0c11d308..84b0d23d 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -5488,7 +5488,7 @@ enum MHD_DigestAuthResult
5488 * The interpretation of this code could be different. For example, if 5488 * The interpretation of this code could be different. For example, if
5489 * #MHD_DAUTH_BIND_NONCE_URI is set and client just used the same 'nonce' for 5489 * #MHD_DAUTH_BIND_NONCE_URI is set and client just used the same 'nonce' for
5490 * another URI, the code could be handled as #MHD_DAUTH_NONCE_STALE as 5490 * another URI, the code could be handled as #MHD_DAUTH_NONCE_STALE as
5491 * it is allowed to re-use nonces for other URIs in the same "protection 5491 * RFCs allow nonces re-using for other URIs in the same "protection
5492 * space". However, if only #MHD_DAUTH_BIND_NONCE_CLIENT_IP bit is set and 5492 * space". However, if only #MHD_DAUTH_BIND_NONCE_CLIENT_IP bit is set and
5493 * it is know that clients have fixed IP addresses, this return code could 5493 * it is know that clients have fixed IP addresses, this return code could
5494 * be handled like #MHD_DAUTH_NONCE_WRONG. 5494 * be handled like #MHD_DAUTH_NONCE_WRONG.