Merge branch 'master' into bigmerge

avinationmerge
Melanie 2011-11-03 00:07:29 +00:00
commit afde92d8cc
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, Int32.MaxValue);
responseStream.CopyTo(stream);
asset.Data = stream.ToArray();
}
}