mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into careminster
This commit is contained in:
@@ -1967,6 +1967,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
|
||||
public void RemoveHTTPHandler(string httpMethod, string path)
|
||||
{
|
||||
if (path == null) return; // Caps module isn't loaded, tries to remove handler where path = null
|
||||
lock (m_HTTPHandlers)
|
||||
{
|
||||
if (httpMethod != null && httpMethod.Length == 0)
|
||||
|
||||
Reference in New Issue
Block a user