gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r28213 - libmicrohttpd/src/examples


From: gnunet
Subject: [GNUnet-SVN] r28213 - libmicrohttpd/src/examples
Date: Sat, 20 Jul 2013 12:49:09 +0200

Author: grothoff
Date: 2013-07-20 12:49:09 +0200 (Sat, 20 Jul 2013)
New Revision: 28213

Modified:
   libmicrohttpd/src/examples/benchmark_https.c
Log:
-nicer for HTTPS

Modified: libmicrohttpd/src/examples/benchmark_https.c
===================================================================
--- libmicrohttpd/src/examples/benchmark_https.c        2013-07-20 10:37:26 UTC 
(rev 28212)
+++ libmicrohttpd/src/examples/benchmark_https.c        2013-07-20 10:49:09 UTC 
(rev 28213)
@@ -173,10 +173,7 @@
   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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]