MOre streams closed. Corrected word in GridCommon.ini.example

This commit is contained in:
Diva Canto
2009-10-03 08:46:06 -07:00
parent 4843edfeb7
commit e1112ff879
2 changed files with 2 additions and 1 deletions

View File

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