You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2019/12/19 12:43:17 UTC

[dubbo] branch master updated (7e4b2f3 -> 511af3f)

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

liujun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo.git.


    from 7e4b2f3  Fix multi protocol does not work when referencing in ProviderConfig (#5498)
     add 511af3f  support : Custom exception error code for http protocol (#5409)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/dubbo/rpc/protocol/http/HttpProtocol.java    |  4 ++++
 .../dubbo/rpc/protocol/http/HttpProtocolErrorCode.java      | 13 +++++++++++++
 2 files changed, 17 insertions(+)
 create mode 100644 dubbo-rpc/dubbo-rpc-http/src/main/java/org/apache/dubbo/rpc/protocol/http/HttpProtocolErrorCode.java