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

prioritization
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); serializer.Serialize(writer, obj);
writer.Flush(); writer.Flush();
} }
buffer.Close();
int length = (int) buffer.Length; int length = (int) buffer.Length;
request.ContentLength = length; request.ContentLength = length;

View File

@ -17,7 +17,7 @@
[GridService] [GridService]
; ;
; change this to your grid-wide inventory server ; change this to your grid-wide grid server
; ;
GridServerURI = "http://mygridserver.com:8001" GridServerURI = "http://mygridserver.com:8001"