This commit is contained in:
Christian Grothoff
2010-08-19 12:36:15 +00:00
parent 72b1990a0c
commit c04fb9d426
+2 -2
View File
@@ -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 ();