From 81fb1b008fb8d7206cfdc43c1cc27bbcd94d74aa Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 14 Jul 2018 21:51:43 +0100 Subject: [PATCH] http reusecontext is obsolete --- OpenSim/Framework/Console/RemoteConsole.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenSim/Framework/Console/RemoteConsole.cs b/OpenSim/Framework/Console/RemoteConsole.cs index 24f01b0f82..b90b75f2df 100644 --- a/OpenSim/Framework/Console/RemoteConsole.cs +++ b/OpenSim/Framework/Console/RemoteConsole.cs @@ -712,7 +712,6 @@ namespace OpenSim.Framework.Console result["int_response_code"] = 200; result["content_type"] = "text/xml"; result["keepalive"] = false; - result["reusecontext"] = false; result = CheckOrigin(result); return result;