mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
more use of simpler xml encoder on inventory fetch, plus other cosmetics
This commit is contained in:
@@ -442,7 +442,6 @@ namespace OpenSim.Region.PhysicsModule.ubODEMeshing
|
||||
while ((readLen = decompressionStream.Read(readBuffer, 0, readBuffer.Length)) > 0)
|
||||
outMs.Write(readBuffer, 0, readLen);
|
||||
|
||||
outMs.Flush();
|
||||
outMs.Seek(0, SeekOrigin.Begin);
|
||||
|
||||
byte[] decompressedBuf = outMs.GetBuffer();
|
||||
|
||||
Reference in New Issue
Block a user