aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-07-18 11:43:25 +0200
committerChristian Grothoff <christian@grothoff.org>2017-07-18 11:43:25 +0200
commit66066283bd3733b168db454dd9297ba4262e407d (patch)
tree0a8d18c2aaf1280bf2889663b710aefdf27ea063 /src/include/microhttpd.h
parent17a75e59233b8af60b4135f297a187fdad7929b2 (diff)
downloadlibmicrohttpd-66066283bd3733b168db454dd9297ba4262e407d.tar.gz
libmicrohttpd-66066283bd3733b168db454dd9297ba4262e407d.zip
propsing NG API for MHD
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index c5bf9a05..f8210d9b 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1477,13 +1477,6 @@ enum MHD_OPTION
1477 * the "be as liberal as possible in what you accept" norm. It is 1477 * the "be as liberal as possible in what you accept" norm. It is
1478 * recommended to set this to 1 if you are testing clients against 1478 * recommended to set this to 1 if you are testing clients against
1479 * MHD, and 0 in production. 1479 * MHD, and 0 in production.
1480 * if set to -1 - be opposite to strict and be permissive about the
1481 * protocol, allowing slight deviations that are technically not
1482 * allowed by the RFC. Specifically, at the moment, this flag
1483 * causes MHD to allow spaces in header field names. This is
1484 * disallowed by the standard.
1485 * It is not recommended to set it to -1 on publicly available
1486 * servers as it may potentially lower level of protection.
1487 * This option should be followed by an `int` argument. 1480 * This option should be followed by an `int` argument.
1488 */ 1481 */
1489 MHD_OPTION_STRICT_FOR_CLIENT = 29 1482 MHD_OPTION_STRICT_FOR_CLIENT = 29