aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Framework/Console/RemoteConsole.cs1
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs1
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs3
-rwxr-xr-xbin/HttpServer_OpenSim.dllbin120320 -> 120320 bytes
4 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Framework/Console/RemoteConsole.cs b/OpenSim/Framework/Console/RemoteConsole.cs
index ddd9578..24f01b0 100644
--- a/OpenSim/Framework/Console/RemoteConsole.cs
+++ b/OpenSim/Framework/Console/RemoteConsole.cs
@@ -687,7 +687,6 @@ namespace OpenSim.Framework.Console
687 result["int_response_code"] = 200; 687 result["int_response_code"] = 200;
688 result["content_type"] = "application/xml"; 688 result["content_type"] = "application/xml";
689 result["keepalive"] = false; 689 result["keepalive"] = false;
690 result["reusecontext"] = false;
691 result = CheckOrigin(result); 690 result = CheckOrigin(result);
692 691
693 return result; 692 return result;
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs
index 736e18f..b206739 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs
@@ -333,7 +333,6 @@ namespace OpenSim.Region.ClientStack.Linden
333 response["str_response_string"] = "Script timeout"; 333 response["str_response_string"] = "Script timeout";
334 response["content_type"] = "text/plain"; 334 response["content_type"] = "text/plain";
335 response["keepalive"] = false; 335 response["keepalive"] = false;
336 response["reusecontext"] = false;
337 336
338 responses[requestID] = new APollResponse() {bytes = 0, response = response}; 337 responses[requestID] = new APollResponse() {bytes = 0, response = response};
339 338
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);
diff --git a/bin/HttpServer_OpenSim.dll b/bin/HttpServer_OpenSim.dll
index e07f8ae..fc37603 100755
--- a/bin/HttpServer_OpenSim.dll
+++ b/bin/HttpServer_OpenSim.dll
Binary files differ