Merge branch 'master' into bigmerge

avinationmerge
Melanie 2011-11-03 00:23:58 +00:00
commit 457195466d
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ namespace OpenSim.Services.Connectors.SimianGrid
// Grab the asset data from the response stream
using (MemoryStream stream = new MemoryStream())
{
responseStream.CopyTo(stream);
responseStream.CopyTo(stream, Int32.MaxValue);
asset.Data = stream.ToArray();
}
}