aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs
diff options
context:
space:
mode:
authorMelanie2013-04-25 01:38:21 +0200
committerMelanie2013-04-25 01:38:21 +0200
commite39156c6569b10d48b0005b271f103387e16f527 (patch)
tree5599a3ecf8b5d57731f92890c66af2a61ff3b363 /OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs
parentGods module cleanup (diff)
downloadopensim-SC_OLD-e39156c6569b10d48b0005b271f103387e16f527.zip
opensim-SC_OLD-e39156c6569b10d48b0005b271f103387e16f527.tar.gz
opensim-SC_OLD-e39156c6569b10d48b0005b271f103387e16f527.tar.bz2
opensim-SC_OLD-e39156c6569b10d48b0005b271f103387e16f527.tar.xz
Send 503 when throttling textures
Diffstat (limited to 'OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs')
-rw-r--r--OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs b/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs
index 07bd48a..7628e23 100644
--- a/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs
+++ b/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs
@@ -345,7 +345,7 @@ namespace OpenSim.Framework.Servers.HttpServer
345 if (responsedata == null) 345 if (responsedata == null)
346 continue; 346 continue;
347 347
348 if (req.PollServiceArgs.Type == PollServiceEventArgs.EventType.Normal) 348 if (req.PollServiceArgs.Type == PollServiceEventArgs.EventType.Normal) // This is the event queue
349 { 349 {
350 try 350 try
351 { 351 {