This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a change to branch feature/dfi-cleanup
in repository https://gitbox.apache.org/repos/asf/celix.git
from 56abd7d5 Optimize jsonRpc_handleReply.
add d833f70b Fix issue caused by reference type in jsonRpc_handleReply and
optimize jsonRpc_prepareInvokeRequest.
No new revisions were added by this update.
Summary of changes:
libs/dfi/gtest/CMakeLists.txt | 1 +
libs/dfi/gtest/src/json_rpc_ei_tests.cc | 77 ++++++++++++++++++++++++
libs/dfi/src/json_rpc.c | 77 +++++++++++-------------
libs/error_injector/jansson/CMakeLists.txt | 1 +
libs/error_injector/jansson/include/jansson_ei.h | 1 +
libs/error_injector/jansson/src/jansson_ei.cc | 6 ++
6 files changed, 122 insertions(+), 41 deletions(-)
create mode 100644 libs/dfi/gtest/src/json_rpc_ei_tests.cc