diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs | 2 | ||||
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs index 8a5fb85..542d52a 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs | |||
@@ -301,8 +301,6 @@ namespace OpenSim.Region.ClientStack.Linden | |||
301 | response["str_response_string"] = "Script timeout"; | 301 | response["str_response_string"] = "Script timeout"; |
302 | response["content_type"] = "text/plain"; | 302 | response["content_type"] = "text/plain"; |
303 | response["keepalive"] = false; | 303 | response["keepalive"] = false; |
304 | response["reusecontext"] = false; | ||
305 | |||
306 | return response; | 304 | return response; |
307 | }; | 305 | }; |
308 | } | 306 | } |
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs index 974f9a4..7d1a380 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs | |||
@@ -279,8 +279,6 @@ namespace OpenSim.Region.ClientStack.Linden | |||
279 | response["str_response_string"] = "Script timeout"; | 279 | response["str_response_string"] = "Script timeout"; |
280 | response["content_type"] = "text/plain"; | 280 | response["content_type"] = "text/plain"; |
281 | response["keepalive"] = false; | 281 | response["keepalive"] = false; |
282 | response["reusecontext"] = false; | ||
283 | |||
284 | return response; | 282 | return response; |
285 | }; | 283 | }; |
286 | } | 284 | } |
@@ -313,7 +311,6 @@ namespace OpenSim.Region.ClientStack.Linden | |||
313 | response["str_response_string"] = "Throttled"; | 311 | response["str_response_string"] = "Throttled"; |
314 | response["content_type"] = "text/plain"; | 312 | response["content_type"] = "text/plain"; |
315 | response["keepalive"] = false; | 313 | response["keepalive"] = false; |
316 | response["reusecontext"] = false; | ||
317 | 314 | ||
318 | Hashtable headers = new Hashtable(); | 315 | Hashtable headers = new Hashtable(); |
319 | headers["Retry-After"] = 30; | 316 | headers["Retry-After"] = 30; |