aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_upgrade.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/test_upgrade.c')
-rw-r--r--src/microhttpd/test_upgrade.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/test_upgrade.c b/src/microhttpd/test_upgrade.c
index 8b835649..6ca9e7dc 100644
--- a/src/microhttpd/test_upgrade.c
+++ b/src/microhttpd/test_upgrade.c
@@ -1004,7 +1004,7 @@ test_upgrade (int flags,
1004 done = 0; 1004 done = 0;
1005 1005
1006 if (!test_tls) 1006 if (!test_tls)
1007 d = MHD_start_daemon (flags | MHD_USE_DEBUG | MHD_USE_UPGRADE, 1007 d = MHD_start_daemon (flags | MHD_USE_DEBUG | MHD_ALLOW_UPGRADE,
1008 1080, 1008 1080,
1009 NULL, NULL, 1009 NULL, NULL,
1010 &ahc_upgrade, NULL, 1010 &ahc_upgrade, NULL,
@@ -1015,7 +1015,7 @@ test_upgrade (int flags,
1015 MHD_OPTION_END); 1015 MHD_OPTION_END);
1016#ifdef HTTPS_SUPPORT 1016#ifdef HTTPS_SUPPORT
1017 else 1017 else
1018 d = MHD_start_daemon (flags | MHD_USE_DEBUG | MHD_USE_UPGRADE | MHD_USE_TLS, 1018 d = MHD_start_daemon (flags | MHD_USE_DEBUG | MHD_ALLOW_UPGRADE | MHD_USE_TLS,
1019 1080, 1019 1080,
1020 NULL, NULL, 1020 NULL, NULL,
1021 &ahc_upgrade, NULL, 1021 &ahc_upgrade, NULL,