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 | |
parent | fix db region find by range for varregions ( ignoring others than Mysql) (diff) | |
download | opensim-SC-018d855f2840988163519ca941a373c77997c689.zip opensim-SC-018d855f2840988163519ca941a373c77997c689.tar.gz opensim-SC-018d855f2840988163519ca941a373c77997c689.tar.bz2 opensim-SC-018d855f2840988163519ca941a373c77997c689.tar.xz |
turn off KeepAlive
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs | 4 | ||||
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs index 4c15ad8..a381a1b 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs | |||
@@ -264,7 +264,7 @@ namespace OpenSim.Region.ClientStack.Linden | |||
264 | response["int_response_code"] = 500; | 264 | response["int_response_code"] = 500; |
265 | response["str_response_string"] = "Script timeout"; | 265 | response["str_response_string"] = "Script timeout"; |
266 | response["content_type"] = "text/plain"; | 266 | response["content_type"] = "text/plain"; |
267 | response["keepalive"] = true; | 267 | response["keepalive"] = false; |
268 | response["reusecontext"] = false; | 268 | response["reusecontext"] = false; |
269 | 269 | ||
270 | return response; | 270 | return response; |
@@ -285,7 +285,7 @@ namespace OpenSim.Region.ClientStack.Linden | |||
285 | response["int_response_code"] = 500; | 285 | response["int_response_code"] = 500; |
286 | response["str_response_string"] = "Script timeout"; | 286 | response["str_response_string"] = "Script timeout"; |
287 | response["content_type"] = "text/plain"; | 287 | response["content_type"] = "text/plain"; |
288 | response["keepalive"] = true; | 288 | response["keepalive"] = false; |
289 | response["reusecontext"] = false; | 289 | response["reusecontext"] = false; |
290 | 290 | ||
291 | lock (responses) | 291 | lock (responses) |
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) |