From e1112ff879659bba3b51a22eee150d20d6090769 Mon Sep 17 00:00:00 2001
From: Diva Canto
Date: Sat, 3 Oct 2009 08:46:06 -0700
Subject: MOre streams closed. Corrected word in GridCommon.ini.example

---
 OpenSim/Framework/Servers/HttpServer/AsynchronousRestObjectRequester.cs | 1 +
 bin/config-include/GridCommon.ini.example                               | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

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
                     serializer.Serialize(writer, obj);
                     writer.Flush();
                 }
+                buffer.Close();
 
                 int length = (int) buffer.Length;
                 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 @@
 
 [GridService]
     ;
-    ; change this to your grid-wide inventory server
+    ; change this to your grid-wide grid server
     ;
     GridServerURI = "http://mygridserver.com:8001"
 
-- 
cgit v1.1