aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps
diff options
context:
space:
mode:
authorUbitUmarov2018-07-14 22:35:51 +0100
committerUbitUmarov2018-07-14 22:35:51 +0100
commit9278a9a9dd3131e96096d99d4ccf17bee94f9106 (patch)
tree6f8043d7e4f6a70cf4cba32ad9f0dbe660f76b5d /OpenSim/Region/ClientStack/Linden/Caps
parenthttp reusecontext is obsolete (diff)
downloadopensim-SC-9278a9a9dd3131e96096d99d4ccf17bee94f9106.zip
opensim-SC-9278a9a9dd3131e96096d99d4ccf17bee94f9106.tar.gz
opensim-SC-9278a9a9dd3131e96096d99d4ccf17bee94f9106.tar.bz2
opensim-SC-9278a9a9dd3131e96096d99d4ccf17bee94f9106.tar.xz
http reusecontext is obsolete
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs2
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs3
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;