"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:
Diva Canto
2016-06-14 08:58:37 -07:00
parent 4be4e98525
commit e0a82a82de
2 changed files with 2 additions and 7 deletions

View File

@@ -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();
}