More streams closed.

This commit is contained in:
Diva Canto
2009-10-03 08:57:30 -07:00
parent de94aa9bb5
commit df7049008a
2 changed files with 18 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ namespace OpenSim.Framework.Servers.HttpServer
writer.Write(obj);
writer.Flush();
}
buffer.Close();
length = (int)obj.Length;
request.ContentLength = length;