diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs index ca67d84..79f4952 100644 --- a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs +++ b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs | |||
@@ -605,8 +605,7 @@ namespace OpenSim.Framework.Servers.HttpServer | |||
605 | } | 605 | } |
606 | 606 | ||
607 | OSHttpResponse resp = new OSHttpResponse(new HttpResponse(context, request),context); | 607 | OSHttpResponse resp = new OSHttpResponse(new HttpResponse(context, request),context); |
608 | // resp.ReuseContext = true; | 608 | |
609 | // resp.ReuseContext = false; | ||
610 | HandleRequest(req, resp); | 609 | HandleRequest(req, resp); |
611 | 610 | ||
612 | // !!!HACK ALERT!!! | 611 | // !!!HACK ALERT!!! |