aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Framework/AgentUpdateArgs.cs1
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs2
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs3
3 files changed, 1 insertions, 5 deletions
diff --git a/OpenSim/Framework/AgentUpdateArgs.cs b/OpenSim/Framework/AgentUpdateArgs.cs
index f04d692..cd1c3a0 100644
--- a/OpenSim/Framework/AgentUpdateArgs.cs
+++ b/OpenSim/Framework/AgentUpdateArgs.cs
@@ -83,6 +83,7 @@ namespace OpenSim.Framework
83 public bool UseClientAgentPosition; 83 public bool UseClientAgentPosition;
84 public bool NeedsCameraCollision; 84 public bool NeedsCameraCollision;
85 public uint lastpacketSequence; 85 public uint lastpacketSequence;
86 public double lastUpdateTS;
86 87
87 public AgentUpdateArgs() 88 public AgentUpdateArgs()
88 { 89 {
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs
index 8a5fb85..542d52a 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
301 response["str_response_string"] = "Script timeout"; 301 response["str_response_string"] = "Script timeout";
302 response["content_type"] = "text/plain"; 302 response["content_type"] = "text/plain";
303 response["keepalive"] = false; 303 response["keepalive"] = false;
304 response["reusecontext"] = false;
305
306 return response; 304 return response;
307 }; 305 };
308 } 306 }
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs
index 974f9a4..7d1a380 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
279 response["str_response_string"] = "Script timeout"; 279 response["str_response_string"] = "Script timeout";
280 response["content_type"] = "text/plain"; 280 response["content_type"] = "text/plain";
281 response["keepalive"] = false; 281 response["keepalive"] = false;
282 response["reusecontext"] = false;
283
284 return response; 282 return response;
285 }; 283 };
286 } 284 }
@@ -313,7 +311,6 @@ namespace OpenSim.Region.ClientStack.Linden
313 response["str_response_string"] = "Throttled"; 311 response["str_response_string"] = "Throttled";
314 response["content_type"] = "text/plain"; 312 response["content_type"] = "text/plain";
315 response["keepalive"] = false; 313 response["keepalive"] = false;
316 response["reusecontext"] = false;
317 314
318 Hashtable headers = new Hashtable(); 315 Hashtable headers = new Hashtable();
319 headers["Retry-After"] = 30; 316 headers["Retry-After"] = 30;