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:
UbitUmarov
2014-07-24 23:32:39 +01:00
parent ee951f7a10
commit 86a9710e77
2 changed files with 1 additions and 5 deletions

View File

@@ -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;