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

LSLKeyTest
UbitUmarov 2016-08-21 20:52:31 +01:00
parent 0baaa23bde
commit 0f4d54b8b2
1 changed files with 2 additions and 2 deletions

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