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, 3 insertions, 2 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 78481b21..9f5ed442 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -2104,9 +2104,10 @@ struct MHD_Daemon
2104 unsigned int per_ip_connection_limit; 2104 unsigned int per_ip_connection_limit;
2105 2105
2106 /** 2106 /**
2107 * Be neutral (zero), strict (1) or permissive (-1) to client. 2107 * The strictness level for parsing of incoming data.
2108 * @see #MHD_OPTION_CLIENT_DISCIPLINE_LVL
2108 */ 2109 */
2109 int strict_for_client; 2110 int client_discipline;
2110 2111
2111 /** 2112 /**
2112 * True if SIGPIPE is blocked 2113 * True if SIGPIPE is blocked