diff --git a/src/qhttp/Server.cc b/src/qhttp/Server.cc index 254f3dabd..292c0bd31 100644 --- a/src/qhttp/Server.cc +++ b/src/qhttp/Server.cc @@ -235,10 +235,7 @@ void Server::_readRequest(std::shared_ptr socket) { } if (request->version == "HTTP/1.1") { - // 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) {