diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs | 3 |
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); |