mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Turn off keepalives when commands are specified
This commit is contained in:
@@ -170,7 +170,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||
{
|
||||
foreach (string enabledMethod in enabledMethods.Split('|'))
|
||||
{
|
||||
m_httpServer.AddXmlRPCHandler(enabledMethod, availableMethods[enabledMethod]);
|
||||
m_httpServer.AddXmlRPCHandler(enabledMethod, availableMethods[enabledMethod], false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user