gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37649 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r37649 - libmicrohttpd/src/microhttpd
Date: Tue, 2 Aug 2016 11:26:02 +0200

Author: grothoff
Date: 2016-08-02 11:26:02 +0200 (Tue, 02 Aug 2016)
New Revision: 37649

Modified:
   libmicrohttpd/src/microhttpd/internal.c
Log:
-dce

Modified: libmicrohttpd/src/microhttpd/internal.c
===================================================================
--- libmicrohttpd/src/microhttpd/internal.c     2016-08-02 09:19:00 UTC (rev 
37648)
+++ libmicrohttpd/src/microhttpd/internal.c     2016-08-02 09:26:02 UTC (rev 
37649)
@@ -134,8 +134,6 @@
 {
   char *rpos = val;
   char *wpos = val;
-  char *end;
-  char buf3[3];
 
   while ('\0' != *rpos)
     {
@@ -173,8 +171,8 @@
  *        clobbered in the process!
  * @param cb function to call on each key-value pair found
  * @param[out] num_headers set to the number of headers found
- * @return #MHD_NO on failure (@a cb returned #MHD_NO), 
- *         #MHD_YES for success (parsing succeeded, @a cb always 
+ * @return #MHD_NO on failure (@a cb returned #MHD_NO),
+ *         #MHD_YES for success (parsing succeeded, @a cb always
  *                               returned #MHD_YES)
  */
 int
@@ -223,7 +221,7 @@
          daemon->unescape_callback (daemon->unescape_callback_cls,
                                     connection,
                                     equals);
-         if (MHD_YES != cb (connection, 
+         if (MHD_YES != cb (connection,
                             args,
                             equals,
                             kind))
@@ -266,7 +264,7 @@
                                 equals);
       if (MHD_YES != cb (connection,
                         args,
-                        equals, 
+                        equals,
                         kind))
         return MHD_NO;
       (*num_headers)++;




reply via email to

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