We need to return a zero-length byte array from the Handle() routine.
parent
f8d51e6949
commit
4c6b7234de
|
@ -191,7 +191,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins.OpenSim
|
||||||
httpResponse.StatusCode = (int) HttpStatusCode.BadRequest;
|
httpResponse.StatusCode = (int) HttpStatusCode.BadRequest;
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return new byte[] {};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue