diff options
Diffstat (limited to 'src/testcurl/test_digestauth_concurrent.c')
-rw-r--r-- | src/testcurl/test_digestauth_concurrent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/test_digestauth_concurrent.c b/src/testcurl/test_digestauth_concurrent.c index adfe172d..907f1eae 100644 --- a/src/testcurl/test_digestauth_concurrent.c +++ b/src/testcurl/test_digestauth_concurrent.c | |||
@@ -226,7 +226,7 @@ _checkCURLE_OK_func (CURLcode code, const char *curlFunc, | |||
226 | /* Could be increased to facilitate debugging */ | 226 | /* Could be increased to facilitate debugging */ |
227 | #define TIMEOUTS_VAL 5 | 227 | #define TIMEOUTS_VAL 5 |
228 | 228 | ||
229 | #define MHD_URI_BASE_PATH "/bar%20foo%3Fkey%3Dvalue" | 229 | #define MHD_URI_BASE_PATH "/bar%20foo?key=value" |
230 | 230 | ||
231 | #define PAGE \ | 231 | #define PAGE \ |
232 | "<html><head><title>libmicrohttpd demo</title></head><body>Access granted</body></html>" | 232 | "<html><head><title>libmicrohttpd demo</title></head><body>Access granted</body></html>" |