keepalive is default
parent
4d051f3acb
commit
4381f16e18
|
@ -687,7 +687,6 @@ namespace OpenSim.Framework.Console
|
||||||
result["int_response_code"] = 200;
|
result["int_response_code"] = 200;
|
||||||
result["content_type"] = "application/xml";
|
result["content_type"] = "application/xml";
|
||||||
result["keepalive"] = false;
|
result["keepalive"] = false;
|
||||||
result["reusecontext"] = false;
|
|
||||||
result = CheckOrigin(result);
|
result = CheckOrigin(result);
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
|
|
@ -333,7 +333,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;
|
|
||||||
|
|
||||||
responses[requestID] = new APollResponse() {bytes = 0, response = response};
|
responses[requestID] = new APollResponse() {bytes = 0, response = response};
|
||||||
|
|
||||||
|
|
|
@ -364,7 +364,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;
|
||||||
};
|
};
|
||||||
|
@ -394,8 +393,6 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||||
|
|
||||||
response["int_response_code"] = 200;
|
response["int_response_code"] = 200;
|
||||||
response["content_type"] = "text/plain";
|
response["content_type"] = "text/plain";
|
||||||
response["keepalive"] = false;
|
|
||||||
response["reusecontext"] = false;
|
|
||||||
|
|
||||||
response["str_response_string"] = m_webFetchHandler.FetchInventoryDescendentsRequest(
|
response["str_response_string"] = m_webFetchHandler.FetchInventoryDescendentsRequest(
|
||||||
requestinfo.request["body"].ToString(), String.Empty, String.Empty, null, null);
|
requestinfo.request["body"].ToString(), String.Empty, String.Empty, null, null);
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue