diff options
Diffstat (limited to 'src/examples/benchmark_https.c')
-rw-r--r-- | src/examples/benchmark_https.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/examples/benchmark_https.c b/src/examples/benchmark_https.c index e2b55af4..d3f89eac 100644 --- a/src/examples/benchmark_https.c +++ b/src/examples/benchmark_https.c | |||
@@ -173,10 +173,7 @@ main (int argc, char *const *argv) | |||
173 | response = MHD_create_response_from_buffer (strlen (PAGE), | 173 | response = MHD_create_response_from_buffer (strlen (PAGE), |
174 | (void *) PAGE, | 174 | (void *) PAGE, |
175 | MHD_RESPMEM_PERSISTENT); | 175 | MHD_RESPMEM_PERSISTENT); |
176 | (void) MHD_add_response_header (response, | 176 | d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_SSL |
177 | MHD_HTTP_HEADER_CONNECTION, | ||
178 | "close"); | ||
179 | d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_SUPPRESS_DATE_NO_CLOCK | MHD_USE_SSL | ||
180 | #if EPOLL_SUPPORT | 177 | #if EPOLL_SUPPORT |
181 | | MHD_USE_EPOLL_LINUX_ONLY | MHD_USE_EPOLL_TURBO | 178 | | MHD_USE_EPOLL_LINUX_ONLY | MHD_USE_EPOLL_TURBO |
182 | #endif | 179 | #endif |