From b24cb24068387776955b0a1d11b82826e7e1e603 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 13 Oct 2019 17:52:34 +0200 Subject: 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, ¬ify_completed_cb, NULL, MHD_OPTION_NOTIFY_CONNECTION, ¬ify_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, ¬ify_completed_cb, NULL, MHD_OPTION_NOTIFY_CONNECTION, ¬ify_connection_cb, NULL, -- cgit v1.2.3