Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modules/kvs: Cleanup code in commit_unroll()
With RFC11 changes, we always know the data in a treeobj val object is a base64 encoded string. Therefore, we do not need to call kvs_util_json_encoded_size to get the encoded size. We just need to call strlen() on the string value.
- Loading branch information