mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
Sequence/throttle asset retrievals.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user