Przeglądaj źródła

http reusecontext is obsolete

UbitUmarov 5 lat temu
rodzic
commit
9278a9a9dd

+ 1 - 0
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()
         {

+ 0 - 2
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;
                 };
             }

+ 0 - 3
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;