mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
lso remove caps with "PUT" http method
This commit is contained in:
@@ -90,6 +90,7 @@ namespace OpenSim.Framework.Capabilities
|
||||
lock (m_capsHandlers)
|
||||
{
|
||||
m_httpListener.RemoveStreamHandler("POST", m_capsHandlers[capsName].Path);
|
||||
m_httpListener.RemoveStreamHandler("PUT", m_capsHandlers[capsName].Path);
|
||||
m_httpListener.RemoveStreamHandler("GET", m_capsHandlers[capsName].Path);
|
||||
m_capsHandlers.Remove(capsName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user