mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
put back the dangerous resp.ReuseContext = true option, that for some odd reason OSgrid nginx configuration seems to need
This commit is contained in:
@@ -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!!!
|
||||
|
||||
Reference in New Issue
Block a user