mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
update show http-handlers
This commit is contained in:
@@ -375,7 +375,9 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
|
||||
public List<string> GetSimpleStreamHandlerKeys()
|
||||
{
|
||||
return new List<string>(m_simpleStreamHandlers.Keys);
|
||||
List<string> ssh = new List<string>(m_simpleStreamHandlers.Keys);
|
||||
ssh.AddRange(new List<string>(m_simpleStreamVarPath.Keys));
|
||||
return ssh;
|
||||
}
|
||||
|
||||
private static string GetHandlerKey(string httpMethod, string path)
|
||||
|
||||
Reference in New Issue
Block a user