aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_long_header.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_long_header.c')
-rw-r--r--src/testcurl/test_long_header.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testcurl/test_long_header.c b/src/testcurl/test_long_header.c
index 0819a439..c26791d0 100644
--- a/src/testcurl/test_long_header.c
+++ b/src/testcurl/test_long_header.c
@@ -101,7 +101,7 @@ testLongUrlGet ()
101 cbc.buf = buf; 101 cbc.buf = buf;
102 cbc.size = 2048; 102 cbc.size = 2048;
103 cbc.pos = 0; 103 cbc.pos = 0;
104 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY /* | MHD_USE_DEBUG */ , 104 d = MHD_start_daemon (MHD_USE_INTERNAL_POLLING_THREAD /* | MHD_USE_DEBUG */ ,
105 1080, 105 1080,
106 &apc_all, 106 &apc_all,
107 NULL, 107 NULL,
@@ -172,7 +172,7 @@ testLongHeaderGet ()
172 cbc.buf = buf; 172 cbc.buf = buf;
173 cbc.size = 2048; 173 cbc.size = 2048;
174 cbc.pos = 0; 174 cbc.pos = 0;
175 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY /* | MHD_USE_DEBUG */ , 175 d = MHD_start_daemon (MHD_USE_INTERNAL_POLLING_THREAD /* | MHD_USE_DEBUG */ ,
176 1080, 176 1080,
177 &apc_all, 177 &apc_all,
178 NULL, 178 NULL,