mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
remove some redundancy
This commit is contained in:
@@ -161,13 +161,13 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
|
||||
Watchdog.UpdateThread();
|
||||
|
||||
if (!req.HttpContext.CanSend())
|
||||
if (!req.Request.Context.CanSend())
|
||||
{
|
||||
req.PollServiceArgs.Drop(req.RequestID, req.PollServiceArgs.Id);
|
||||
continue;
|
||||
}
|
||||
|
||||
if (req.HttpContext.IsSending())
|
||||
if (req.Request.Context.IsSending())
|
||||
{
|
||||
ReQueueEvent(req);
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user