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:
@@ -108,7 +108,8 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
}
|
||||
finally
|
||||
{
|
||||
buffer.Close();
|
||||
// Let's not close this
|
||||
//buffer.Close();
|
||||
respStream.Close();
|
||||
response.Close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user