mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
turn off KeepAlive
This commit is contained in:
@@ -283,7 +283,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
response["int_response_code"] = 500;
|
||||
response["str_response_string"] = "Script timeout";
|
||||
response["content_type"] = "text/plain";
|
||||
response["keepalive"] = true;
|
||||
response["keepalive"] = false;
|
||||
response["reusecontext"] = false;
|
||||
|
||||
return response;
|
||||
@@ -304,7 +304,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
response["int_response_code"] = 503;
|
||||
response["str_response_string"] = "Throttled";
|
||||
response["content_type"] = "text/plain";
|
||||
response["keepalive"] = true;
|
||||
response["keepalive"] = false;
|
||||
response["reusecontext"] = false;
|
||||
|
||||
Hashtable headers = new Hashtable();
|
||||
@@ -325,7 +325,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
response["int_response_code"] = 500;
|
||||
response["str_response_string"] = "Script timeout";
|
||||
response["content_type"] = "text/plain";
|
||||
response["keepalive"] = true;
|
||||
response["keepalive"] = false;
|
||||
response["reusecontext"] = false;
|
||||
|
||||
lock (responses)
|
||||
|
||||
Reference in New Issue
Block a user