mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
"reverting" the keep alive changes brought in from avination, to check if that's what's making osgrid fail. This is not really reverting, it's more manually resetting some places (not all) where keep alive is set.
This commit is contained in:
@@ -322,10 +322,6 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
{
|
||||
_httpResponse.Body.Flush();
|
||||
|
||||
// disable this till they are safe to use
|
||||
_httpResponse.Connection = ConnectionType.Close;
|
||||
_httpResponse.Chunked = false;
|
||||
|
||||
_httpResponse.Send();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user