mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Fix dependency on non-OpenSim version of OpenMetaverse.StructuredData.dll.
This commit is contained in:
@@ -305,7 +305,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins
|
||||
{
|
||||
try
|
||||
{
|
||||
OSD osdata = OSDParser.DeserializeJson(httpRequest.InputStream);
|
||||
OSD osdata = OSDParser.DeserializeJson(new StreamReader(httpRequest.InputStream).ReadToEnd());
|
||||
|
||||
if (osdata.Type == OSDType.Map)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user