microhttpd.h: fixed feature name

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-04-11 18:28:44 +02:00
parent fd498a7064
commit 4e056c9794
+6 -2
View File
@@ -6403,9 +6403,9 @@ enum MHD_FEATURE
* Get whether automatic parsing of HTTP Cookie header is supported.
* If disabled, no MHD_COOKIE_KIND will be generated by MHD.
* MHD versions before 0x00097701 always support cookie parsing.
* @note Available since #MHD_VERSION 0x00097701
* @note Available since #MHD_VERSION 0x01000200
*/
MHD_FEATURE_HTTPS_COOKIE_PARSING = 24,
MHD_FEATURE_COOKIE_PARSING = 24,
/**
* Get whether the early version the Digest Authorization (RFC 2069) is
@@ -6499,6 +6499,10 @@ enum MHD_FEATURE
MHD_FEATURE_FLEXIBLE_FD_SETSIZE = 34
};
#define MHD_FEATURE_HTTPS_COOKIE_PARSING _MHD_DEPR_IN_MACRO ( \
"Value MHD_FEATURE_HTTPS_COOKIE_PARSING is deprecated, " \
"use MHD_FEATURE_COOKIE_PARSING" \
) MHD_FEATURE_COOKIE_PARSING
/**
* Get information about supported MHD features.