Merge branch 'master' into httptests

This commit is contained in:
UbitUmarov
2016-09-03 07:51:53 +01:00
93 changed files with 2221 additions and 1646 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!!!