diff --git a/src/qhttp/Server.cc b/src/qhttp/Server.cc index 254f3dabd..550f7fe1f 100644 --- a/src/qhttp/Server.cc +++ b/src/qhttp/Server.cc @@ -238,7 +238,7 @@ void Server::_readRequest(std::shared_ptr socket) { // Temporary disable this option due to a bug in the implementation // causing disconnect if running the service within the Docker environment. // See: DM-27396 - //*reuseSocket = true; + *reuseSocket = true; } if (request->header.count("Content-Length") > 0) {