From 9278a9a9dd3131e96096d99d4ccf17bee94f9106 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 14 Jul 2018 22:35:51 +0100 Subject: [PATCH] http reusecontext is obsolete --- OpenSim/Framework/AgentUpdateArgs.cs | 1 + OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs | 2 -- OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs | 3 --- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/OpenSim/Framework/AgentUpdateArgs.cs b/OpenSim/Framework/AgentUpdateArgs.cs index f04d692092..cd1c3a0745 100644 --- a/OpenSim/Framework/AgentUpdateArgs.cs +++ b/OpenSim/Framework/AgentUpdateArgs.cs @@ -83,6 +83,7 @@ namespace OpenSim.Framework public bool UseClientAgentPosition; public bool NeedsCameraCollision; public uint lastpacketSequence; + public double lastUpdateTS; public AgentUpdateArgs() { diff --git a/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs index 8a5fb85a65..542d52a42e 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs @@ -301,8 +301,6 @@ namespace OpenSim.Region.ClientStack.Linden response["str_response_string"] = "Script timeout"; response["content_type"] = "text/plain"; response["keepalive"] = false; - response["reusecontext"] = false; - return response; }; } diff --git a/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs index 974f9a413b..7d1a38002c 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs @@ -279,8 +279,6 @@ namespace OpenSim.Region.ClientStack.Linden response["str_response_string"] = "Script timeout"; response["content_type"] = "text/plain"; response["keepalive"] = false; - response["reusecontext"] = false; - return response; }; } @@ -313,7 +311,6 @@ namespace OpenSim.Region.ClientStack.Linden response["str_response_string"] = "Throttled"; response["content_type"] = "text/plain"; response["keepalive"] = false; - response["reusecontext"] = false; Hashtable headers = new Hashtable(); headers["Retry-After"] = 30;