remove reuse context code, they had notthing worth using and on original code when reusing contexts still in use, etc. Change DLL information to make clear it is a opensim fork, so our responsability not original author

This commit is contained in:
UbitUmarov
2016-09-03 08:50:22 +01:00
parent 9aec227767
commit 4f9378bf97
4 changed files with 7 additions and 7 deletions

View File

@@ -461,7 +461,7 @@ namespace OpenSim.Framework.Servers.HttpServer
}
OSHttpResponse resp = new OSHttpResponse(new HttpResponse(context, request),context);
resp.ReuseContext = true;
// resp.ReuseContext = true;
// resp.ReuseContext = false;
HandleRequest(req, resp);
@@ -1804,7 +1804,7 @@ namespace OpenSim.Framework.Servers.HttpServer
*/
// disable this things
response.KeepAlive = false;
response.ReuseContext = false;
// response.ReuseContext = false;
// Cross-Origin Resource Sharing with simple requests
if (responsedata.ContainsKey("access_control_allow_origin"))