mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
make Caps IDisposable
This commit is contained in:
@@ -92,7 +92,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
{
|
||||
// m_log.InfoFormat("[OBJECTADD]: {0}", "/CAPS/OA/" + capuuid + "/");
|
||||
|
||||
caps.RegisterSimpleHandler("ObjectAdd", new SimpleOSDMapHandler("POST", "/" + UUID.Random().ToString(),
|
||||
caps.RegisterSimpleHandler("ObjectAdd", new SimpleOSDMapHandler("POST", "/" + UUID.Random(),
|
||||
delegate (IOSHttpRequest httpRequest, IOSHttpResponse httpResponse, OSDMap map)
|
||||
{
|
||||
ProcessAdd(httpRequest, httpResponse, map, agentID);
|
||||
|
||||
Reference in New Issue
Block a user