aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 598b0d67..63afc9e0 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1581,7 +1581,8 @@ enum MHD_DAuthBindNonce
1581 * RFC 7616 allows clients to re-use server-generated nonces for any URI 1581 * RFC 7616 allows clients to re-use server-generated nonces for any URI
1582 * in the same "protection space" which is by default consists of all server 1582 * in the same "protection space" which is by default consists of all server
1583 * URIs. 1583 * URIs.
1584 * This was default (and only supported) value before #MHD_VERSION 0x00097518 1584 * This was default (and only supported) nonce bind type
1585 * before #MHD_VERSION 0x00097518
1585 */ 1586 */
1586 MHD_DAUTH_BIND_NONCE_URI = 1 << 1, 1587 MHD_DAUTH_BIND_NONCE_URI = 1 << 1,
1587 1588