aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs
index d4d7b33..754ec8b 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs
@@ -291,7 +291,7 @@ namespace OpenSim.Region.ClientStack.Linden
291 Hashtable response = new Hashtable(); 291 Hashtable response = new Hashtable();
292 292
293 response["int_response_code"] = 500; 293 response["int_response_code"] = 500;
294 response["str_response_string"] = "Script timeout"; 294 response["str_response_string"] = "timeout";
295 response["content_type"] = "text/plain"; 295 response["content_type"] = "text/plain";
296 response["keepalive"] = false; 296 response["keepalive"] = false;
297 return response; 297 return response;
@@ -323,7 +323,7 @@ namespace OpenSim.Region.ClientStack.Linden
323 { 323 {
324 curresponse = new Hashtable(); 324 curresponse = new Hashtable();
325 curresponse["int_response_code"] = 500; 325 curresponse["int_response_code"] = 500;
326 curresponse["str_response_string"] = "Script timeout"; 326 curresponse["str_response_string"] = "timeout";
327 curresponse["content_type"] = "text/plain"; 327 curresponse["content_type"] = "text/plain";
328 curresponse["keepalive"] = false; 328 curresponse["keepalive"] = false;
329 responses[requestID] = new APollResponse() { bytes = 0, response = curresponse }; 329 responses[requestID] = new APollResponse() { bytes = 0, response = curresponse };