mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
further progress on HttpServer integration: OSHttpRequest can now be
instantiated from both .NET and HttpServer code path.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user