diff options
author | UbitUmarov | 2018-07-14 22:35:51 +0100 |
---|---|---|
committer | UbitUmarov | 2018-07-14 22:35:51 +0100 |
commit | 9278a9a9dd3131e96096d99d4ccf17bee94f9106 (patch) | |
tree | 6f8043d7e4f6a70cf4cba32ad9f0dbe660f76b5d /OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs | |
parent | http reusecontext is obsolete (diff) | |
download | opensim-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/GetTextureModule.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs | 3 |
1 files changed, 0 insertions, 3 deletions
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; |