mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
http reusecontext is obsolete
This commit is contained in:
@@ -605,8 +605,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
}
|
||||
|
||||
OSHttpResponse resp = new OSHttpResponse(new HttpResponse(context, request),context);
|
||||
// resp.ReuseContext = true;
|
||||
// resp.ReuseContext = false;
|
||||
|
||||
HandleRequest(req, resp);
|
||||
|
||||
// !!!HACK ALERT!!!
|
||||
|
||||
Reference in New Issue
Block a user