libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 1e7346ceb357c068d25896df431d50b85d7b7228
parent 1a1e9a591e1bdede4c76a8110e04aec548584c0a
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sun, 30 Jan 2022 17:12:49 +0300

test_digestauth: removed unneeded escaping in test URL

Diffstat:
Msrc/testcurl/test_digestauth.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testcurl/test_digestauth.c b/src/testcurl/test_digestauth.c @@ -216,7 +216,7 @@ _checkCURLE_OK_func (CURLcode code, const char *curlFunc, /* Could be increased to facilitate debugging */ #define TIMEOUTS_VAL 5 -#define MHD_URI_BASE_PATH "/bar%%20foo%%3Fkey%%3Dvalue" +#define MHD_URI_BASE_PATH "/bar%20foo%3Fkey%3Dvalue" #define PAGE \ "<html><head><title>libmicrohttpd demo</title></head><body>Access granted</body></html>"