Flipping check_session xmlrpc's keep-alive to false, because some clients hang.

This commit is contained in:
diva
2009-04-29 03:01:19 +00:00
parent 7e972b304b
commit ff0684a9f3
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ namespace OpenSim.Grid.UserServer.Modules
m_httpServer.AddXmlRPCHandler("login_to_simulator", XmlRpcLoginMethod);
m_httpServer.AddHTTPHandler("login", ProcessHTMLLogin);
m_httpServer.AddXmlRPCHandler("set_login_params", XmlRPCSetLoginParams);
m_httpServer.AddXmlRPCHandler("check_auth_session", XmlRPCCheckAuthSession);
m_httpServer.AddXmlRPCHandler("check_auth_session", XmlRPCCheckAuthSession, false);
if (registerLLSDHandler)
{