diff options
author | UbitUmarov | 2015-08-24 07:38:33 +0100 |
---|---|---|
committer | UbitUmarov | 2015-08-24 07:38:33 +0100 |
commit | 018d855f2840988163519ca941a373c77997c689 (patch) | |
tree | d1f3e6f285b177b84dc71f86f0cf41e5148baba3 /OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs | |
parent | fix db region find by range for varregions ( ignoring others than Mysql) (diff) | |
download | opensim-SC_OLD-018d855f2840988163519ca941a373c77997c689.zip opensim-SC_OLD-018d855f2840988163519ca941a373c77997c689.tar.gz opensim-SC_OLD-018d855f2840988163519ca941a373c77997c689.tar.bz2 opensim-SC_OLD-018d855f2840988163519ca941a373c77997c689.tar.xz |
turn off KeepAlive
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs')
-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) |