mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Leaving the MemoryStreams unclosed.
This commit is contained in:
@@ -79,7 +79,8 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
{
|
||||
if (requestStream != null)
|
||||
requestStream.Close();
|
||||
buffer.Close();
|
||||
// Let's not close this
|
||||
//buffer.Close();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user