diff options
Diffstat (limited to 'src/microhttpd/test_upgrade_ssl.c')
-rw-r--r-- | src/microhttpd/test_upgrade_ssl.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/microhttpd/test_upgrade_ssl.c b/src/microhttpd/test_upgrade_ssl.c index 07031cff..a72fad6d 100644 --- a/src/microhttpd/test_upgrade_ssl.c +++ b/src/microhttpd/test_upgrade_ssl.c | |||
@@ -138,9 +138,8 @@ test_upgrade (int flags, | |||
138 | pid_t pid; | 138 | pid_t pid; |
139 | 139 | ||
140 | done = 0; | 140 | done = 0; |
141 | if (0 == (flags & MHD_USE_THREAD_PER_CONNECTION)) | 141 | |
142 | flags |= MHD_USE_SUSPEND_RESUME; | 142 | d = MHD_start_daemon (flags | MHD_USE_DEBUG | MHD_USE_SUSPEND_RESUME |MHD_USE_TLS, |
143 | d = MHD_start_daemon (flags | MHD_USE_DEBUG | MHD_USE_TLS, | ||
144 | 1080, | 143 | 1080, |
145 | NULL, NULL, | 144 | NULL, NULL, |
146 | &ahc_upgrade, NULL, | 145 | &ahc_upgrade, NULL, |