http reusecontext is obsolete

0.9.1.0-post-fixes
UbitUmarov 2018-07-14 22:35:51 +01:00
parent 81fb1b008f
commit 9278a9a9dd
3 changed files with 1 additions and 5 deletions

View File

@ -83,6 +83,7 @@ namespace OpenSim.Framework
public bool UseClientAgentPosition; public bool UseClientAgentPosition;
public bool NeedsCameraCollision; public bool NeedsCameraCollision;
public uint lastpacketSequence; public uint lastpacketSequence;
public double lastUpdateTS;
public AgentUpdateArgs() public AgentUpdateArgs()
{ {

View File

@ -301,8 +301,6 @@ namespace OpenSim.Region.ClientStack.Linden
response["str_response_string"] = "Script timeout"; response["str_response_string"] = "Script timeout";
response["content_type"] = "text/plain"; response["content_type"] = "text/plain";
response["keepalive"] = false; response["keepalive"] = false;
response["reusecontext"] = false;
return response; return response;
}; };
} }

View File

@ -279,8 +279,6 @@ namespace OpenSim.Region.ClientStack.Linden
response["str_response_string"] = "Script timeout"; response["str_response_string"] = "Script timeout";
response["content_type"] = "text/plain"; response["content_type"] = "text/plain";
response["keepalive"] = false; response["keepalive"] = false;
response["reusecontext"] = false;
return response; return response;
}; };
} }
@ -313,7 +311,6 @@ namespace OpenSim.Region.ClientStack.Linden
response["str_response_string"] = "Throttled"; response["str_response_string"] = "Throttled";
response["content_type"] = "text/plain"; response["content_type"] = "text/plain";
response["keepalive"] = false; response["keepalive"] = false;
response["reusecontext"] = false;
Hashtable headers = new Hashtable(); Hashtable headers = new Hashtable();
headers["Retry-After"] = 30; headers["Retry-After"] = 30;