mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Flipping check_session xmlrpc's keep-alive to false, because some clients hang.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user