diff options
author | Diva Canto | 2009-10-03 08:57:30 -0700 |
---|---|---|
committer | Diva Canto | 2009-10-03 08:57:30 -0700 |
commit | df7049008acd394fa514db584f56d0e3925a2d77 (patch) | |
tree | 2e0cabca6df29497ad266daf8a7caa493e0c75a4 /OpenSim/Framework/Servers/HttpServer/SynchronousRestFormsRequester.cs | |
parent | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-df7049008acd394fa514db584f56d0e3925a2d77.zip opensim-SC-df7049008acd394fa514db584f56d0e3925a2d77.tar.gz opensim-SC-df7049008acd394fa514db584f56d0e3925a2d77.tar.bz2 opensim-SC-df7049008acd394fa514db584f56d0e3925a2d77.tar.xz |
More streams closed.
Diffstat (limited to 'OpenSim/Framework/Servers/HttpServer/SynchronousRestFormsRequester.cs')
-rw-r--r-- | OpenSim/Framework/Servers/HttpServer/SynchronousRestFormsRequester.cs | 1 |
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; |