aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 1356e92e..52bd8520 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -192,6 +192,12 @@ enum MHD_ConnectionEventLoopInfo
192 192
193 193
194/** 194/**
195 * Additional test value for enum MHD_FLAG to check only for MHD_ALLOW_SUSPEND_RESUME and
196 * NOT for MHD_USE_ITC.
197 */
198#define MHD_TEST_ALLOW_SUSPEND_RESUME 8192
199
200/**
195 * Maximum length of a nonce in digest authentication. 32(MD5 Hex) + 201 * Maximum length of a nonce in digest authentication. 32(MD5 Hex) +
196 * 8(Timestamp Hex) + 1(NULL); hence 41 should suffice, but Opera 202 * 8(Timestamp Hex) + 1(NULL); hence 41 should suffice, but Opera
197 * (already) takes more (see Mantis #1633), so we've increased the 203 * (already) takes more (see Mantis #1633), so we've increased the