put back the dangerous resp.ReuseContext = true option, that for some odd reason OSgrid nginx configuration seems to need
parent
0baaa23bde
commit
0f4d54b8b2
|
@ -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!!!
|
||||
|
|
Loading…
Reference in New Issue