aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/BaseStreamHandler.cs
diff options
context:
space:
mode:
authorlbsa712007-07-09 23:32:29 +0000
committerlbsa712007-07-09 23:32:29 +0000
commit9f5f65c8477e3d05f384bafbb1bdf6dcb3f577c8 (patch)
tree318d92ceda522a31a0acbbc37fdb722835b4e00f /OpenSim/Framework/Servers/BaseStreamHandler.cs
parent* Yeah; forgot; we haven't implemeted 'depends' in prebuild nant target; so b... (diff)
downloadopensim-SC_OLD-9f5f65c8477e3d05f384bafbb1bdf6dcb3f577c8.zip
opensim-SC_OLD-9f5f65c8477e3d05f384bafbb1bdf6dcb3f577c8.tar.gz
opensim-SC_OLD-9f5f65c8477e3d05f384bafbb1bdf6dcb3f577c8.tar.bz2
opensim-SC_OLD-9f5f65c8477e3d05f384bafbb1bdf6dcb3f577c8.tar.xz
* LLSDStreamhandler now works.
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Servers/BaseStreamHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/BaseStreamHandler.cs b/OpenSim/Framework/Servers/BaseStreamHandler.cs
index 5fcf678..0d9c674 100644
--- a/OpenSim/Framework/Servers/BaseStreamHandler.cs
+++ b/OpenSim/Framework/Servers/BaseStreamHandler.cs
@@ -31,7 +31,7 @@ namespace OpenSim.Framework.Servers
31 31
32 public abstract byte[] Handle(string path, Stream request); 32 public abstract byte[] Handle(string path, Stream request);
33 33
34 protected BaseStreamHandler(string path, string httpMethod ) 34 protected BaseStreamHandler(string httpMethod, string path)
35 { 35 {
36 m_httpMethod = httpMethod; 36 m_httpMethod = httpMethod;
37 m_path = path; 37 m_path = path;