aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs11
1 files changed, 8 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
index 1113002..bae82a0 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
@@ -394,9 +394,14 @@ namespace OpenSim.Region.ClientStack.Linden
394 response["int_response_code"] = 200; 394 response["int_response_code"] = 200;
395 response["content_type"] = "text/plain"; 395 response["content_type"] = "text/plain";
396 396
397 response["str_response_string"] = m_webFetchHandler.FetchInventoryDescendentsRequest( 397// response["str_response_string"] = m_webFetchHandler.FetchInventoryDescendentsRequest(
398 requestinfo.request["body"].ToString(), String.Empty, String.Empty, null, null); 398// requestinfo.request["body"].ToString(), String.Empty, String.Empty, null, null);
399 399
400 response["bin_response_data"] = System.Text.Encoding.UTF8.GetBytes(
401 m_webFetchHandler.FetchInventoryDescendentsRequest(
402 requestinfo.request["body"].ToString(),
403 String.Empty, String.Empty, null, null)
404 );
400 lock (responses) 405 lock (responses)
401 { 406 {
402 lock(dropedResponses) 407 lock(dropedResponses)