mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
fix
This commit is contained in:
@@ -256,11 +256,11 @@ testExternalPut ()
|
||||
cbc.size = 2048;
|
||||
cbc.pos = 0;
|
||||
multi = NULL;
|
||||
d = MHD_start_daemon (MHD_NO_FLAG /* | MHD_USE_DEBUG */ ,
|
||||
d = MHD_start_daemon (MHD_NO_FLAG /* | MHD_USE_DEBUG */,
|
||||
11080,
|
||||
NULL, NULL, &ahc_echo, &done_flag,
|
||||
MHD_OPTION_CONNECTION_MEMORY_LIMIT,
|
||||
PUT_SIZE * 4, MHD_OPTION_END);
|
||||
(size_t) (PUT_SIZE * 4), MHD_OPTION_END);
|
||||
if (d == NULL)
|
||||
return 256;
|
||||
multi = curl_multi_init ();
|
||||
|
||||
Reference in New Issue
Block a user