gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8236 - libmicrohttpd/src/testzzuf


From: gnunet
Subject: [GNUnet-SVN] r8236 - libmicrohttpd/src/testzzuf
Date: Sat, 14 Feb 2009 09:26:45 -0700 (MST)

Author: grothoff
Date: 2009-02-14 09:26:45 -0700 (Sat, 14 Feb 2009)
New Revision: 8236

Modified:
   libmicrohttpd/src/testzzuf/daemontest_long_header.c
Log:
1454

Modified: libmicrohttpd/src/testzzuf/daemontest_long_header.c
===================================================================
--- libmicrohttpd/src/testzzuf/daemontest_long_header.c 2009-02-14 14:10:24 UTC 
(rev 8235)
+++ libmicrohttpd/src/testzzuf/daemontest_long_header.c 2009-02-14 16:26:45 UTC 
(rev 8236)
@@ -109,7 +109,8 @@
                         &ahc_echo,
                         "GET",
                         MHD_OPTION_CONNECTION_MEMORY_LIMIT,
-                        VERY_LONG / 2, MHD_OPTION_END);
+                        (size_t) (VERY_LONG / 2), MHD_OPTION_END);
+
   if (d == NULL)
     return 1;
   zzuf_socat_start ();
@@ -170,7 +171,7 @@
                         &ahc_echo,
                         "GET",
                         MHD_OPTION_CONNECTION_MEMORY_LIMIT,
-                        VERY_LONG / 2, MHD_OPTION_END);
+                        (size_t) (VERY_LONG / 2), MHD_OPTION_END);
   if (d == NULL)
     return 16;
   zzuf_socat_start ();





reply via email to

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