libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

commit 82e8e54665c9b24e62e3e509b817cd3470936e97
parent 9605c318522d4432b2ce55029f82ea74c8bb91a6
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Sun,  6 Apr 2025 18:48:06 +0300

test_authentication: re-enable wrongly disabled tests

Diffstat:
Msrc/tests/client_server/test_authentication.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/tests/client_server/test_authentication.c b/src/tests/client_server/test_authentication.c @@ -56,7 +56,6 @@ main (int argc, char *argv[]) }, }; struct MHDT_Phase phases[] = { -#if FIXME { .label = "simple basic authentication", .server_cb = &MHDT_server_reply_check_basic_auth, @@ -73,7 +72,6 @@ main (int argc, char *argv[]) .client_cb_cls = (void *) "username:word", /* incorrect on purpose */ .timeout_ms = 2500, }, -#endif { .label = "simple digest authentication", .server_cb = &MHDT_server_reply_check_digest_auth,