aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Console/RemoteConsole.cs
diff options
context:
space:
mode:
authorUbitUmarov2018-07-14 21:51:43 +0100
committerUbitUmarov2018-07-14 21:51:43 +0100
commit81fb1b008fb8d7206cfdc43c1cc27bbcd94d74aa (patch)
tree0b00dfb51a81681fe67a72cc333e7611c91254d0 /OpenSim/Framework/Console/RemoteConsole.cs
parenthttp reusecontext is obsolete (diff)
downloadopensim-SC-81fb1b008fb8d7206cfdc43c1cc27bbcd94d74aa.zip
opensim-SC-81fb1b008fb8d7206cfdc43c1cc27bbcd94d74aa.tar.gz
opensim-SC-81fb1b008fb8d7206cfdc43c1cc27bbcd94d74aa.tar.bz2
opensim-SC-81fb1b008fb8d7206cfdc43c1cc27bbcd94d74aa.tar.xz
http reusecontext is obsolete
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Console/RemoteConsole.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Framework/Console/RemoteConsole.cs b/OpenSim/Framework/Console/RemoteConsole.cs
index 24f01b0..b90b75f 100644
--- a/OpenSim/Framework/Console/RemoteConsole.cs
+++ b/OpenSim/Framework/Console/RemoteConsole.cs
@@ -712,7 +712,6 @@ namespace OpenSim.Framework.Console
712 result["int_response_code"] = 200; 712 result["int_response_code"] = 200;
713 result["content_type"] = "text/xml"; 713 result["content_type"] = "text/xml";
714 result["keepalive"] = false; 714 result["keepalive"] = false;
715 result["reusecontext"] = false;
716 result = CheckOrigin(result); 715 result = CheckOrigin(result);
717 716
718 return result; 717 return result;