cosmetics

This commit is contained in:
UbitUmarov
2020-05-07 14:26:07 +01:00
parent f0fc1f628f
commit f70f0b5ffd
3 changed files with 21 additions and 25 deletions

View File

@@ -169,12 +169,7 @@ namespace OpenSim.Framework.Servers.HttpServer
if (req.HttpContext.IsSending())
{
if ((Environment.TickCount - req.RequestTime) > req.PollServiceArgs.TimeOutms)
{
req.PollServiceArgs.Drop(req.RequestID, req.PollServiceArgs.Id);
}
else
ReQueueEvent(req);
ReQueueEvent(req);
continue;
}