put back the dangerous resp.ReuseContext = true option, that for some odd reason OSgrid nginx configuration seems to need

This commit is contained in:
UbitUmarov
2016-08-21 20:52:31 +01:00
parent 0baaa23bde
commit 0f4d54b8b2

View File

@@ -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!!!