MOre streams closed. Corrected word in GridCommon.ini.example
parent
4843edfeb7
commit
e1112ff879
|
@ -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;
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
[GridService]
|
||||
;
|
||||
; change this to your grid-wide inventory server
|
||||
; change this to your grid-wide grid server
|
||||
;
|
||||
GridServerURI = "http://mygridserver.com:8001"
|
||||
|
||||
|
|
Loading…
Reference in New Issue