mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
Fixed reused enum values
This commit is contained in:
@@ -11503,7 +11503,7 @@ enum MHD_FIXED_ENUM_APP_SET_ MHD_RequestInfoDynamicType
|
|||||||
* The result is placed in @a v_uint64 member.
|
* The result is placed in @a v_uint64 member.
|
||||||
* @ingroup request
|
* @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.
|
* 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.
|
* The result is placed in @a v_uint64 member.
|
||||||
* @ingroup request
|
* @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.
|
* Return length of the client's HTTP request header.
|
||||||
|
|||||||
Reference in New Issue
Block a user