# HG changeset patch # User Sebastien Jodogne # Date 1526023935 -7200 # Node ID 010577b52f5fe02146cc5f7eac228c945706b73c # Parent 174618206d2b3ec54e4fbbeaf960a259316d5324 fix diff -r 174618206d2b -r 010577b52f5f Core/HttpServer/MongooseServer.cpp --- 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