mirror of
https://github.com/opensim/opensim.git
synced 2026-05-20 15:25:47 +08:00
change previus code, send a NoEvents response back to http server, even
if we know there is no one there, so that the server finishes handling it.
This commit is contained in:
@@ -380,8 +380,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
Queue<OSD> queue = GetQueue(pAgentId);
|
||||
if (queue == null)
|
||||
{
|
||||
//return NoEvents(requestID, pAgentId);
|
||||
return null;
|
||||
return NoEvents(requestID, pAgentId);
|
||||
}
|
||||
|
||||
OSD element;
|
||||
|
||||
Reference in New Issue
Block a user