mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
* LLSDStreamhandler now works.
This commit is contained in:
@@ -23,7 +23,7 @@ namespace OpenSim.Framework.Servers
|
||||
return Encoding.UTF8.GetBytes(responseString);
|
||||
}
|
||||
|
||||
public RestStreamHandler(string httpMethod, string path, RestMethod restMethod) : base( path, httpMethod )
|
||||
public RestStreamHandler(string httpMethod, string path, RestMethod restMethod) : base( httpMethod, path )
|
||||
{
|
||||
m_restMethod = restMethod;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user