Sequence/throttle asset retrievals.

This commit is contained in:
Melanie
2012-09-14 23:09:07 +02:00
parent 387e59ff7f
commit 2aa7a22129
2 changed files with 79 additions and 47 deletions

View File

@@ -1471,6 +1471,8 @@ namespace OpenSim.Framework.Servers.HttpServer
else
responseString = (string)responsedata["str_response_string"];
contentType = (string)responsedata["content_type"];
if (responseString == null)
responseString = String.Empty;
}
catch
{