diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs index 6121371..11852eb 100644 --- a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs +++ b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs | |||
@@ -1471,6 +1471,8 @@ namespace OpenSim.Framework.Servers.HttpServer | |||
1471 | else | 1471 | else |
1472 | responseString = (string)responsedata["str_response_string"]; | 1472 | responseString = (string)responsedata["str_response_string"]; |
1473 | contentType = (string)responsedata["content_type"]; | 1473 | contentType = (string)responsedata["content_type"]; |
1474 | if (responseString == null) | ||
1475 | responseString = String.Empty; | ||
1474 | } | 1476 | } |
1475 | catch | 1477 | catch |
1476 | { | 1478 | { |