Hi,

test_upgrade_tls always fails here (make check on multi-core). Attached
patch fixes it.

Regards, Tim
From 775d1a3647400a4747ab0e0e37cc4140b11e1451 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tim=20R=C3=BChsen?= <[email protected]>
Date: Tue, 28 May 2019 10:40:32 +0200
Subject: [PATCH] Fix test_upgrade/test_upgrade_tls running in parallel

---
 src/microhttpd/test_upgrade.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/test_upgrade.c b/src/microhttpd/test_upgrade.c
index caf12e61..9c4d5096 100644
--- a/src/microhttpd/test_upgrade.c
+++ b/src/microhttpd/test_upgrade.c
@@ -1041,7 +1041,7 @@ test_upgrade (int flags,
   else
     d = MHD_start_daemon (flags | MHD_USE_ERROR_LOG | MHD_ALLOW_UPGRADE | MHD_USE_TLS,
                           MHD_is_feature_supported(MHD_FEATURE_AUTODETECT_BIND_PORT) ?
-                              0 : 1090,
+                              0 : 1091,
                           NULL, NULL,
                           &ahc_upgrade, NULL,
                           MHD_OPTION_URI_LOG_CALLBACK, &log_cb, NULL,
-- 
2.20.1

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to