diff options
author | Diva Canto | 2009-10-03 08:46:06 -0700 |
---|---|---|
committer | Diva Canto | 2009-10-03 08:46:06 -0700 |
commit | e1112ff879659bba3b51a22eee150d20d6090769 (patch) | |
tree | 4a316513a9fdd15130fdf371810c1cd91706486a | |
parent | Closing more streams. (diff) | |
download | opensim-SC_OLD-e1112ff879659bba3b51a22eee150d20d6090769.zip opensim-SC_OLD-e1112ff879659bba3b51a22eee150d20d6090769.tar.gz opensim-SC_OLD-e1112ff879659bba3b51a22eee150d20d6090769.tar.bz2 opensim-SC_OLD-e1112ff879659bba3b51a22eee150d20d6090769.tar.xz |
MOre streams closed. Corrected word in GridCommon.ini.example
-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 | ||