further progress on HttpServer integration: OSHttpRequest can now be

instantiated from both .NET and HttpServer code path.
This commit is contained in:
Dr Scofield
2008-07-07 09:47:36 +00:00
parent 56c6bdcb26
commit 7f0bcc5aa1
4 changed files with 65 additions and 26 deletions

View File

@@ -133,9 +133,8 @@ namespace OpenSim.Framework.Servers
throw new Exception(String.Format("[{0}] got unexpected OSHttpHandlerResult {1}", EngineID, rc));
}
// Handled: clean up
// response.KeepAlive = false;
// response.SendChunked = false;
// Handled: clean up now
req.HttpRequest.AddHeader("keep-alive", "false");
break;
}