mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
* LLSDStreamhandler now works.
This commit is contained in:
@@ -31,7 +31,7 @@ namespace OpenSim.Framework.Servers
|
||||
|
||||
public abstract byte[] Handle(string path, Stream request);
|
||||
|
||||
protected BaseStreamHandler(string path, string httpMethod )
|
||||
protected BaseStreamHandler(string httpMethod, string path)
|
||||
{
|
||||
m_httpMethod = httpMethod;
|
||||
m_path = path;
|
||||
|
||||
Reference in New Issue
Block a user