Send 503 when throttling textures

This commit is contained in:
Melanie
2013-04-25 01:38:21 +02:00
parent 51e05dcb5b
commit e39156c656
2 changed files with 34 additions and 2 deletions

View File

@@ -345,7 +345,7 @@ namespace OpenSim.Framework.Servers.HttpServer
if (responsedata == null)
continue;
if (req.PollServiceArgs.Type == PollServiceEventArgs.EventType.Normal)
if (req.PollServiceArgs.Type == PollServiceEventArgs.EventType.Normal) // This is the event queue
{
try
{