gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 154/335: Fixed reused enum values


From: gnunet
Subject: [libmicrohttpd] 154/335: Fixed reused enum values
Date: Sat, 27 Jul 2024 22:00:50 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to tag stf-m2
in repository libmicrohttpd.

commit d47c202beb12016cbc98979867a503df3088919d
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Apr 9 12:00:28 2024 +0200

    Fixed reused enum values
---
 src/include/microhttpd2.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/microhttpd2.h b/src/include/microhttpd2.h
index 9950d8d8..ebdcec3d 100644
--- a/src/include/microhttpd2.h
+++ b/src/include/microhttpd2.h
@@ -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.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]