libmicrohttpd

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

commit a532889effefc492c202d83cd70f439db49504ff
parent 8d4496944bf0ada2f2fc176e589eb0a921da72d9
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Fri, 29 Dec 2023 16:56:36 +0300

test_digestauth_concurrent: fixed error message

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

diff --git a/src/testcurl/test_digestauth_concurrent.c b/src/testcurl/test_digestauth_concurrent.c @@ -662,7 +662,7 @@ main (int argc, char *const *argv) #if (LIBCURL_VERSION_MAJOR == 7) && (LIBCURL_VERSION_MINOR == 62) if (1) { - fprintf (stderr, "libcurl version 7.62.x has bug in processing" + fprintf (stderr, "libcurl version 7.62.x has bug in processing " "URI with GET arguments for Digest Auth.\n"); fprintf (stderr, "This test cannot be performed.\n"); exit (77);