Leaving the MemoryStreams unclosed.

This commit is contained in:
Diva Canto
2009-10-04 09:20:01 -07:00
parent 366bfe17ae
commit f21f3727df
2 changed files with 4 additions and 2 deletions

View File

@@ -79,7 +79,8 @@ namespace OpenSim.Framework.Servers.HttpServer
{
if (requestStream != null)
requestStream.Close();
buffer.Close();
// Let's not close this
//buffer.Close();
}
}