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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 9ced47c1..aac13d6c 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1540,6 +1540,11 @@ struct MHD_Daemon
1540 */ 1540 */
1541 uint16_t port; 1541 uint16_t port;
1542 1542
1543 /**
1544 * Be neutral (zero), strict (1) or permissive (-1) to client.
1545 */
1546 int strict_for_client;
1547
1543#ifdef HTTPS_SUPPORT 1548#ifdef HTTPS_SUPPORT
1544#ifdef UPGRADE_SUPPORT 1549#ifdef UPGRADE_SUPPORT
1545 /** 1550 /**