Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix chunking of ACL reads. (project-chip#22267)
The chunking mechanism relies on errors being propagated as-is from the encoder to the caller of AttributeAccessInterface::Read. So we don't want to do any error mapping on the read errors, unlike write errors.
- Loading branch information