mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
We need to return a zero-length byte array from the Handle() routine.
This commit is contained in:
@@ -191,7 +191,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins.OpenSim
|
||||
httpResponse.StatusCode = (int) HttpStatusCode.BadRequest;
|
||||
}
|
||||
|
||||
return null;
|
||||
return new byte[] {};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user