libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit b24cb24068387776955b0a1d11b82826e7e1e603
parent e31795501c38a9380291fed9d62c903989cfede1
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 13 Oct 2019 17:52:34 +0200

fix test_upgrade_large

Diffstat:
Msrc/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 @@ -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,