keepalive is default

This commit is contained in:
UbitUmarov
2018-01-30 08:15:42 +00:00
parent 4d051f3acb
commit 4381f16e18
4 changed files with 0 additions and 5 deletions

View File

@@ -333,7 +333,6 @@ namespace OpenSim.Region.ClientStack.Linden
response["str_response_string"] = "Script timeout";
response["content_type"] = "text/plain";
response["keepalive"] = false;
response["reusecontext"] = false;
responses[requestID] = new APollResponse() {bytes = 0, response = response};