diff options
Diffstat (limited to 'src/testcurl/test_digestauth_concurrent.c')
-rw-r--r-- | src/testcurl/test_digestauth_concurrent.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/testcurl/test_digestauth_concurrent.c b/src/testcurl/test_digestauth_concurrent.c index 9a2f6227..c80bf382 100644 --- a/src/testcurl/test_digestauth_concurrent.c +++ b/src/testcurl/test_digestauth_concurrent.c | |||
@@ -312,8 +312,9 @@ ahc_echo (void *cls, | |||
312 | realm, | 312 | realm, |
313 | username, | 313 | username, |
314 | password, | 314 | password, |
315 | 300, | 315 | 50 * TIMEOUTS_VAL, |
316 | MHD_DIGEST_ALG_MD5); | 316 | 0, MHD_DIGEST_AUTH_MULT_QOP_AUTH, |
317 | MHD_DIGEST_AUTH_MULT_ALGO3_MD5); | ||
317 | MHD_free (username); | 318 | MHD_free (username); |
318 | if (ret_e != MHD_DAUTH_OK) | 319 | if (ret_e != MHD_DAUTH_OK) |
319 | { | 320 | { |