diff options
Diffstat (limited to 'src/testcurl/test_large_put.c')
-rw-r--r-- | src/testcurl/test_large_put.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/test_large_put.c b/src/testcurl/test_large_put.c index 352a1732..4495cfd6 100644 --- a/src/testcurl/test_large_put.c +++ b/src/testcurl/test_large_put.c | |||
@@ -202,7 +202,7 @@ testPutInternalThread (unsigned int add_flag) | |||
202 | d = MHD_start_daemon (MHD_USE_INTERNAL_POLLING_THREAD | MHD_USE_ERROR_LOG | add_flag, | 202 | d = MHD_start_daemon (MHD_USE_INTERNAL_POLLING_THREAD | MHD_USE_ERROR_LOG | add_flag, |
203 | port, | 203 | port, |
204 | NULL, NULL, &ahc_echo, &done_flag, | 204 | NULL, NULL, &ahc_echo, &done_flag, |
205 | MHD_OPTION_CONNECTION_MEMORY_LIMIT, (size_t)(incr_read ? 1024 : (PUT_SIZE * 4)), | 205 | MHD_OPTION_CONNECTION_MEMORY_LIMIT, (size_t)(incr_read ? 1024 : (PUT_SIZE * 4 / 3)), |
206 | MHD_OPTION_END); | 206 | MHD_OPTION_END); |
207 | if (d == NULL) | 207 | if (d == NULL) |
208 | return 1; | 208 | return 1; |