libmicrohttpd

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

commit 2efd5f535ed28b679311ee38f53ba80fb679f305
parent 3d339ebd9f9318581957bfea64cf167f418d0f49
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Tue, 20 Oct 2020 21:19:57 +0300

test_digestauth_sha256: use unique daemon's port

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

diff --git a/src/testcurl/test_digestauth_sha256.c b/src/testcurl/test_digestauth_sha256.c @@ -168,7 +168,7 @@ testDigestAuth () if (MHD_NO != MHD_is_feature_supported (MHD_FEATURE_AUTODETECT_BIND_PORT)) port = 0; else - port = 1165; + port = 1167; cbc.buf = buf; cbc.size = 2048;