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 2020/11/23 16:07:59 UTC

[incubator-brpc] branch master updated (a78a34e -> a624f99)

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 a78a34e  fix errors with clang++ 11 on MacOS Catalina
     add f965d4e  Compatibility improvement of protobuf json format and spring http spec
     new a624f99  Merge pull request #1292 from apache/http_improve

The 1 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/policy/http_rpc_protocol.cpp    |   7 ++-
 src/brpc/policy/http_rpc_protocol.h      |   1 +
 src/json2pb/json_to_pb.cpp               | 105 ++++++++++++++++++++++++++++---
 src/json2pb/pb_to_json.cpp               |   2 +-
 test/brpc_http_rpc_protocol_unittest.cpp |  37 +++++++++++
 test/brpc_protobuf_json_unittest.cpp     |  19 ++++--
 6 files changed, 157 insertions(+), 14 deletions(-)


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


[incubator-brpc] 01/01: Merge pull request #1292 from apache/http_improve

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a624f9951be922b5128ced6c0f9c4d43c390dbc1
Merge: a78a34e f965d4e
Author: jamesge <jg...@gmail.com>
AuthorDate: Tue Nov 24 00:07:48 2020 +0800

    Merge pull request #1292 from apache/http_improve
    
    Compatibility improvement of protobuf json format and spring http spec

 src/brpc/policy/http_rpc_protocol.cpp    |   7 ++-
 src/brpc/policy/http_rpc_protocol.h      |   1 +
 src/json2pb/json_to_pb.cpp               | 105 ++++++++++++++++++++++++++++---
 src/json2pb/pb_to_json.cpp               |   2 +-
 test/brpc_http_rpc_protocol_unittest.cpp |  37 +++++++++++
 test/brpc_protobuf_json_unittest.cpp     |  19 ++++--
 6 files changed, 157 insertions(+), 14 deletions(-)


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