gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: fix test_upgrade_lar


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: fix test_upgrade_large
Date: Sun, 13 Oct 2019 17:54:50 +0200

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new b24cb240 fix test_upgrade_large
b24cb240 is described below

commit b24cb24068387776955b0a1d11b82826e7e1e603
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Oct 13 17:52:34 2019 +0200

    fix test_upgrade_large
---
 src/microhttpd/test_upgrade_large.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/test_upgrade_large.c 
b/src/microhttpd/test_upgrade_large.c
index 3131fdf4..f3318e35 100644
--- a/src/microhttpd/test_upgrade_large.c
+++ b/src/microhttpd/test_upgrade_large.c
@@ -1072,7 +1072,7 @@ test_upgrade (int flags,
                           0 : 1090,
                           NULL, NULL,
                           &ahc_upgrade, NULL,
-                          MHD_OPTION_CONNECTION_MEMORY_LIMIT, 512,
+                          MHD_OPTION_CONNECTION_MEMORY_LIMIT, (size_t) 512,
                           MHD_OPTION_URI_LOG_CALLBACK, &log_cb, NULL,
                           MHD_OPTION_NOTIFY_COMPLETED, &notify_completed_cb, 
NULL,
                           MHD_OPTION_NOTIFY_CONNECTION, &notify_connection_cb, 
NULL,
@@ -1085,7 +1085,7 @@ test_upgrade (int flags,
                               0 : 1090,
                           NULL, NULL,
                           &ahc_upgrade, NULL,
-                          MHD_OPTION_CONNECTION_MEMORY_LIMIT, 512,
+                          MHD_OPTION_CONNECTION_MEMORY_LIMIT, (size_t) 512,
                           MHD_OPTION_URI_LOG_CALLBACK, &log_cb, NULL,
                           MHD_OPTION_NOTIFY_COMPLETED, &notify_completed_cb, 
NULL,
                           MHD_OPTION_NOTIFY_CONNECTION, &notify_connection_cb, 
NULL,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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