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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 73a9088c..4904dcb8 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -365,7 +365,7 @@ enum MHD_FLAG
365 /** 365 /**
366 * Use poll instead of select. This allows sockets with fd >= FD_SETSIZE. 366 * Use poll instead of select. This allows sockets with fd >= FD_SETSIZE.
367 */ 367 */
368 MHD_USE_POLL = 64 368 MHD_USE_POLL = 64,
369 369
370 /** 370 /**
371 * Suppress (automatically) adding the 'Date:' header to HTTP responses. 371 * Suppress (automatically) adding the 'Date:' header to HTTP responses.