diff options
author | lbsa71 | 2007-07-09 23:32:29 +0000 |
---|---|---|
committer | lbsa71 | 2007-07-09 23:32:29 +0000 |
commit | 9f5f65c8477e3d05f384bafbb1bdf6dcb3f577c8 (patch) | |
tree | 318d92ceda522a31a0acbbc37fdb722835b4e00f /OpenSim/Framework/Servers/BaseStreamHandler.cs | |
parent | * Yeah; forgot; we haven't implemeted 'depends' in prebuild nant target; so b... (diff) | |
download | opensim-SC-9f5f65c8477e3d05f384bafbb1bdf6dcb3f577c8.zip opensim-SC-9f5f65c8477e3d05f384bafbb1bdf6dcb3f577c8.tar.gz opensim-SC-9f5f65c8477e3d05f384bafbb1bdf6dcb3f577c8.tar.bz2 opensim-SC-9f5f65c8477e3d05f384bafbb1bdf6dcb3f577c8.tar.xz |
* LLSDStreamhandler now works.
Diffstat (limited to 'OpenSim/Framework/Servers/BaseStreamHandler.cs')
-rw-r--r-- | OpenSim/Framework/Servers/BaseStreamHandler.cs | 2 |
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; |