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

@@ -108,7 +108,8 @@ namespace OpenSim.Framework.Servers.HttpServer
}
finally
{
buffer.Close();
// Let's not close this
//buffer.Close();
respStream.Close();
response.Close();
}