aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/HttpServer/SynchronousRestFormsRequester.cs
diff options
context:
space:
mode:
authorDiva Canto2009-10-03 08:57:30 -0700
committerDiva Canto2009-10-03 08:57:30 -0700
commitdf7049008acd394fa514db584f56d0e3925a2d77 (patch)
tree2e0cabca6df29497ad266daf8a7caa493e0c75a4 /OpenSim/Framework/Servers/HttpServer/SynchronousRestFormsRequester.cs
parentMerge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-df7049008acd394fa514db584f56d0e3925a2d77.zip
opensim-SC_OLD-df7049008acd394fa514db584f56d0e3925a2d77.tar.gz
opensim-SC_OLD-df7049008acd394fa514db584f56d0e3925a2d77.tar.bz2
opensim-SC_OLD-df7049008acd394fa514db584f56d0e3925a2d77.tar.xz
More streams closed.
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Servers/HttpServer/SynchronousRestFormsRequester.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/SynchronousRestFormsRequester.cs b/OpenSim/Framework/Servers/HttpServer/SynchronousRestFormsRequester.cs
index 85622a1..e76d80e 100644
--- a/OpenSim/Framework/Servers/HttpServer/SynchronousRestFormsRequester.cs
+++ b/OpenSim/Framework/Servers/HttpServer/SynchronousRestFormsRequester.cs
@@ -62,6 +62,7 @@ namespace OpenSim.Framework.Servers.HttpServer
62 writer.Write(obj); 62 writer.Write(obj);
63 writer.Flush(); 63 writer.Flush();
64 } 64 }
65 buffer.Close();
65 66
66 length = (int)obj.Length; 67 length = (int)obj.Length;
67 request.ContentLength = length; 68 request.ContentLength = length;