mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
try disabling keep-alive on every xml rpc handler in the user server
This commit is contained in:
@@ -69,7 +69,7 @@ namespace OpenSim.Grid.UserServer.Modules
|
||||
m_httpServer = httpServer;
|
||||
m_httpServer.AddStreamHandler(new RestStreamHandler("GET", "/get_grid_info",
|
||||
m_gridInfoService.RestGetGridInfoMethod));
|
||||
m_httpServer.AddXmlRPCHandler("get_grid_info", m_gridInfoService.XmlRpcGridInfoMethod);
|
||||
m_httpServer.AddXmlRPCHandler("get_grid_info", m_gridInfoService.XmlRpcGridInfoMethod, false);
|
||||
}
|
||||
|
||||
public void Close()
|
||||
|
||||
Reference in New Issue
Block a user