diff options
author | Melanie | 2011-05-09 01:00:35 +0200 |
---|---|---|
committer | Melanie | 2011-05-09 01:00:35 +0200 |
commit | 73a9ebc21e1904fcc2a1f2cf6656d406c2e2c46f (patch) | |
tree | 4b4cb0ce58566cba97e37e1f295c93681226c6db /OpenSim/Framework/WebUtil.cs | |
parent | Add commands to delete objects by name, UUID, creator or owner (diff) | |
parent | Merge branch 'master' into careminster-presence-refactor (diff) | |
download | opensim-SC_OLD-73a9ebc21e1904fcc2a1f2cf6656d406c2e2c46f.zip opensim-SC_OLD-73a9ebc21e1904fcc2a1f2cf6656d406c2e2c46f.tar.gz opensim-SC_OLD-73a9ebc21e1904fcc2a1f2cf6656d406c2e2c46f.tar.bz2 opensim-SC_OLD-73a9ebc21e1904fcc2a1f2cf6656d406c2e2c46f.tar.xz |
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Framework/WebUtil.cs')
-rw-r--r-- | OpenSim/Framework/WebUtil.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/WebUtil.cs b/OpenSim/Framework/WebUtil.cs index 41d7f03..4b69468 100644 --- a/OpenSim/Framework/WebUtil.cs +++ b/OpenSim/Framework/WebUtil.cs | |||
@@ -841,7 +841,7 @@ namespace OpenSim.Framework | |||
841 | { | 841 | { |
842 | if ((verb == "POST") || (verb == "PUT")) | 842 | if ((verb == "POST") || (verb == "PUT")) |
843 | { | 843 | { |
844 | request.ContentType = "text/www-form-urlencoded"; | 844 | request.ContentType = "application/x-www-form-urlencoded"; |
845 | 845 | ||
846 | int length = 0; | 846 | int length = 0; |
847 | using (StreamWriter writer = new StreamWriter(buffer)) | 847 | using (StreamWriter writer = new StreamWriter(buffer)) |