mantis 8222

0.9.0-post-fixes
UbitUmarov 2017-07-29 17:54:18 +01:00
parent 169a50286b
commit fc4212bc81
1 changed files with 1 additions and 1 deletions

View File

@ -1827,7 +1827,7 @@ namespace OpenSim.Framework.Servers.HttpServer
Hashtable headerdata = (Hashtable)responsedata["headers"];
foreach (string header in headerdata.Keys)
response.AddHeader(header, (string)headerdata[header]);
response.AddHeader(header, headerdata[header].ToString());
}
byte[] buffer;