mirror of
https://github.com/opensim/opensim.git
synced 2026-07-19 22:26:13 +08:00
* Fixes cases where Last Attachment Point gets overwritten with 0 when it shouldn't
* Fixes cases where Last Attachment Point doesn't get written when it should. * Fixes Null Reference in BaseHttpServer when shutting down, null path provided. * Drop then Wear retains Last Attachment Point
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