libmicrohttpd

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

commit 27171ab944db351385ee8395a419898474b39351
parent 4012f9fcc585851d8bb354d79fca9b538d4507d2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 20 Jul 2013 10:49:09 +0000

-nicer for HTTPS

Diffstat:
Msrc/examples/benchmark_https.c | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/examples/benchmark_https.c b/src/examples/benchmark_https.c @@ -173,10 +173,7 @@ main (int argc, char *const *argv) response = MHD_create_response_from_buffer (strlen (PAGE), (void *) PAGE, MHD_RESPMEM_PERSISTENT); - (void) MHD_add_response_header (response, - MHD_HTTP_HEADER_CONNECTION, - "close"); - d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_SUPPRESS_DATE_NO_CLOCK | MHD_USE_SSL + d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_SSL #if EPOLL_SUPPORT | MHD_USE_EPOLL_LINUX_ONLY | MHD_USE_EPOLL_TURBO #endif