aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-26 11:58:44 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-26 11:58:44 +0200
commit9c032ccca7cdbb97b3c42d258a67ce283fa00d4c (patch)
tree9a26ccc4323ddd872c3e5936aaaa3c15a2bd5333 /src/include/microhttpd.h
parent4a031e5482cc970e9f71a004f88326e21cd2d29f (diff)
downloadlibmicrohttpd-9c032ccca7cdbb97b3c42d258a67ce283fa00d4c.tar.gz
libmicrohttpd-9c032ccca7cdbb97b3c42d258a67ce283fa00d4c.zip
Revert "-add support for ICECAST-style uploads"
This reverts commit 19e1ed8355744dc2e0c6755e91de43ee335dea31.
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index d68fb7c1..c850d849 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1503,16 +1503,7 @@ enum MHD_FLAG
1503 * Flag set to enable TLS 1.3 early data. This has 1503 * Flag set to enable TLS 1.3 early data. This has
1504 * security implications, be VERY careful when using this. 1504 * security implications, be VERY careful when using this.
1505 */ 1505 */
1506 MHD_USE_INSECURE_TLS_EARLY_DATA = 1U << 18, 1506 MHD_USE_INSECURE_TLS_EARLY_DATA = 1U << 18
1507
1508 /**
1509 * Flag set to allow uploads from clients even if the client supplied no
1510 * transfer encoding and no Content-length header. The upload is expected
1511 * to be concluded when the client closes the connection.
1512 * This is in violation of RFC 7230 but useful for
1513 * Icecast. Use at your own risk.
1514 */
1515 MHD_USE_ICECAST_CLIENT_UPLOADS = 1U << 19
1516 1507
1517}; 1508};
1518 1509