* In between the fog, a moment of clarity. This fixes mantis 6570

user_profiles
teravus 2013-04-04 19:10:23 -04:00
parent f064075a85
commit d2367968e4
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ namespace OpenSim.Framework.Servers.HttpServer
}
OSHttpResponse resp = new OSHttpResponse(new HttpResponse(context, request),context);
resp.ReuseContext = true;
HandleRequest(req, resp);