diff options
-rw-r--r-- | OpenSim/Framework/Servers/HttpServer/AsynchronousRestObjectRequester.cs | 1 | ||||
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/AsynchronousRestObjectRequester.cs b/OpenSim/Framework/Servers/HttpServer/AsynchronousRestObjectRequester.cs index e52ef9e..6c8d7cf 100644 --- a/OpenSim/Framework/Servers/HttpServer/AsynchronousRestObjectRequester.cs +++ b/OpenSim/Framework/Servers/HttpServer/AsynchronousRestObjectRequester.cs | |||
@@ -82,6 +82,7 @@ namespace OpenSim.Framework.Servers.HttpServer | |||
82 | serializer.Serialize(writer, obj); | 82 | serializer.Serialize(writer, obj); |
83 | writer.Flush(); | 83 | writer.Flush(); |
84 | } | 84 | } |
85 | buffer.Close(); | ||
85 | 86 | ||
86 | int length = (int) buffer.Length; | 87 | int length = (int) buffer.Length; |
87 | request.ContentLength = length; | 88 | request.ContentLength = length; |
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index e9d3728..6607a1a 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -17,7 +17,7 @@ | |||
17 | 17 | ||
18 | [GridService] | 18 | [GridService] |
19 | ; | 19 | ; |
20 | ; change this to your grid-wide inventory server | 20 | ; change this to your grid-wide grid server |
21 | ; | 21 | ; |
22 | GridServerURI = "http://mygridserver.com:8001" | 22 | GridServerURI = "http://mygridserver.com:8001" |
23 | 23 | ||