diff --git a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs index 1ac50598b4..e431042c70 100644 --- a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs +++ b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs @@ -461,8 +461,8 @@ namespace OpenSim.Framework.Servers.HttpServer } OSHttpResponse resp = new OSHttpResponse(new HttpResponse(context, request),context); -// resp.ReuseContext = true; - resp.ReuseContext = false; + resp.ReuseContext = true; +// resp.ReuseContext = false; HandleRequest(req, resp); // !!!HACK ALERT!!!