changeset 2579:010577b52f5f

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 11 May 2018 09:32:15 +0200
parents 174618206d2b
children 1f7b459b247b
files Core/HttpServer/MongooseServer.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Core/HttpServer/MongooseServer.cpp	Fri May 11 08:55:34 2018 +0200
+++ b/Core/HttpServer/MongooseServer.cpp	Fri May 11 09:32:15 2018 +0200
@@ -969,7 +969,7 @@
         // https://groups.google.com/d/msg/orthanc-users/CKueKX0pJ9E/_UCbl8T-VjIJ
         "enable_keep_alive", (keepAlive_ ? "yes" : "no"),
 
-if ORTHANC_ENABLE_CIVETWEB == 1
+#if ORTHANC_ENABLE_CIVETWEB == 1
         // https://github.com/civetweb/civetweb/blob/master/docs/UserManual.md#enable_keep_alive-no
         "keep_alive_timeout_ms", (keepAlive_ ? "500" : "0"),
 #endif