aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
diff options
context:
space:
mode:
authorUbitUmarov2018-01-30 08:15:42 +0000
committerUbitUmarov2018-01-30 08:15:42 +0000
commit4381f16e186cd63210b7bcc5e4d34ea708fa0ba9 (patch)
tree187a614f3d505f3a5602076808fe75c90693a7f1 /OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
parentadd missing folders version (diff)
downloadopensim-SC-4381f16e186cd63210b7bcc5e4d34ea708fa0ba9.zip
opensim-SC-4381f16e186cd63210b7bcc5e4d34ea708fa0ba9.tar.gz
opensim-SC-4381f16e186cd63210b7bcc5e4d34ea708fa0ba9.tar.bz2
opensim-SC-4381f16e186cd63210b7bcc5e4d34ea708fa0ba9.tar.xz
keepalive is default
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
index f6d49ee..1113002 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
@@ -364,7 +364,6 @@ namespace OpenSim.Region.ClientStack.Linden
364 response["str_response_string"] = "Script timeout"; 364 response["str_response_string"] = "Script timeout";
365 response["content_type"] = "text/plain"; 365 response["content_type"] = "text/plain";
366 response["keepalive"] = false; 366 response["keepalive"] = false;
367 response["reusecontext"] = false;
368 367
369 return response; 368 return response;
370 }; 369 };
@@ -394,8 +393,6 @@ namespace OpenSim.Region.ClientStack.Linden
394 393
395 response["int_response_code"] = 200; 394 response["int_response_code"] = 200;
396 response["content_type"] = "text/plain"; 395 response["content_type"] = "text/plain";
397 response["keepalive"] = false;
398 response["reusecontext"] = false;
399 396
400 response["str_response_string"] = m_webFetchHandler.FetchInventoryDescendentsRequest( 397 response["str_response_string"] = m_webFetchHandler.FetchInventoryDescendentsRequest(
401 requestinfo.request["body"].ToString(), String.Empty, String.Empty, null, null); 398 requestinfo.request["body"].ToString(), String.Empty, String.Empty, null, null);