diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs index 54e8d76..99ccd4b 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs | |||
@@ -283,7 +283,7 @@ namespace OpenSim.Region.ClientStack.Linden | |||
283 | response["int_response_code"] = 500; | 283 | response["int_response_code"] = 500; |
284 | response["str_response_string"] = "Script timeout"; | 284 | response["str_response_string"] = "Script timeout"; |
285 | response["content_type"] = "text/plain"; | 285 | response["content_type"] = "text/plain"; |
286 | response["keepalive"] = true; | 286 | response["keepalive"] = false; |
287 | response["reusecontext"] = false; | 287 | response["reusecontext"] = false; |
288 | 288 | ||
289 | return response; | 289 | return response; |
@@ -304,7 +304,7 @@ namespace OpenSim.Region.ClientStack.Linden | |||
304 | response["int_response_code"] = 503; | 304 | response["int_response_code"] = 503; |
305 | response["str_response_string"] = "Throttled"; | 305 | response["str_response_string"] = "Throttled"; |
306 | response["content_type"] = "text/plain"; | 306 | response["content_type"] = "text/plain"; |
307 | response["keepalive"] = true; | 307 | response["keepalive"] = false; |
308 | response["reusecontext"] = false; | 308 | response["reusecontext"] = false; |
309 | 309 | ||
310 | Hashtable headers = new Hashtable(); | 310 | Hashtable headers = new Hashtable(); |
@@ -325,7 +325,7 @@ namespace OpenSim.Region.ClientStack.Linden | |||
325 | response["int_response_code"] = 500; | 325 | response["int_response_code"] = 500; |
326 | response["str_response_string"] = "Script timeout"; | 326 | response["str_response_string"] = "Script timeout"; |
327 | response["content_type"] = "text/plain"; | 327 | response["content_type"] = "text/plain"; |
328 | response["keepalive"] = true; | 328 | response["keepalive"] = false; |
329 | response["reusecontext"] = false; | 329 | response["reusecontext"] = false; |
330 | 330 | ||
331 | lock (responses) | 331 | lock (responses) |