aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_post.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_post.c')
-rw-r--r--src/testcurl/test_post.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/test_post.c b/src/testcurl/test_post.c
index 3f64c0a4..58409cc1 100644
--- a/src/testcurl/test_post.c
+++ b/src/testcurl/test_post.c
@@ -433,7 +433,7 @@ testExternalPost (void)
433 cbc.buf = buf; 433 cbc.buf = buf;
434 cbc.size = 2048; 434 cbc.size = 2048;
435 cbc.pos = 0; 435 cbc.pos = 0;
436 d = MHD_start_daemon (MHD_USE_ERROR_LOG, 436 d = MHD_start_daemon (MHD_USE_ERROR_LOG | MHD_USE_NO_THREAD_SAFETY,
437 port, NULL, NULL, &ahc_echo, NULL, 437 port, NULL, NULL, &ahc_echo, NULL,
438 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL, 438 MHD_OPTION_NOTIFY_COMPLETED, &completed_cb, NULL,
439 MHD_OPTION_APP_FD_SETSIZE, (int) FD_SETSIZE, 439 MHD_OPTION_APP_FD_SETSIZE, (int) FD_SETSIZE,