You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by ja...@apache.org on 2019/04/17 06:26:50 UTC

[incubator-brpc] branch master updated (1ebba7f -> f9558a0)

This is an automated email from the ASF dual-hosted git repository.

jamesge pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git.


    from 1ebba7f  Merge pull request #694 from zyearn/health_check_by_rpc_call
     new 75da0be  support_kv_pair_splitter: add basic features
     new c43d848  support_kv_pair_splitter: refactor key()/value() in StringSplitter && add comments
     new 42435e7  support_kv_pair_splitter: refine fn name
     new b944765  support_kv_pair_splitter: refine code
     new 55f1844  support_kv_pair_splitter: refine code
     new b60143e  support_kv_pair_splitter: make tests more robust & refine name
     new f08558d  support_kv_pair_splitter: fix UT
     new f9558a0  Merge pull request #732 from zyearn/support_kv_pair_splitter

The 1620 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/brpc/uri.cpp                  | 13 -------
 src/brpc/uri.h                    | 73 ++++++------------------------------
 src/butil/string_splitter.h       | 79 ++++++++++++++++++++++++++++++++++++++-
 src/butil/string_splitter_inl.h   | 33 +++++++++++-----
 test/string_splitter_unittest.cpp | 65 ++++++++++++++++++++++++++++++++
 5 files changed, 179 insertions(+), 84 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org