Fixed reused enum values

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-04-09 12:00:28 +02:00
parent 57c4e589e5
commit d47c202beb
+2 -2
View File
@@ -11503,7 +11503,7 @@ enum MHD_FIXED_ENUM_APP_SET_ MHD_RequestInfoDynamicType
* The result is placed in @a v_uint64 member.
* @ingroup request
*/
MHD_REQUEST_INFO_DYNAMIC_UPLOAD_SIZE_PROCESSED = 12
MHD_REQUEST_INFO_DYNAMIC_UPLOAD_SIZE_PROCESSED = 14
,
/**
* Get the total size of the content upload left to be processed.
@@ -11515,7 +11515,7 @@ enum MHD_FIXED_ENUM_APP_SET_ MHD_RequestInfoDynamicType
* The result is placed in @a v_uint64 member.
* @ingroup request
*/
MHD_REQUEST_INFO_DYNAMIC_UPLOAD_SIZE_TO_PROCESS = 13
MHD_REQUEST_INFO_DYNAMIC_UPLOAD_SIZE_TO_PROCESS = 15
,
/**
* Return length of the client's HTTP request header.