You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by fl...@apache.org on 2020/04/07 04:04:02 UTC

[dubbo-go] branch develop updated (6c0afbe -> 7ab3493)

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

flycash pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.


    from 6c0afbe  Merge pull request #463 from fangyincheng/modify-readme
     new c25cfee  optimized code
     new cf0961c  use adapter model to modify restServer
     new f8e2978  remove adapter
     new baa1125  optimize header transmit in RestClient and RestServer
     new dacdada  add some comments
     new e7999f5  modify some comments and when parsing parameters occurred error, return error immediately
     new a606b64  modify comments
     new 6bd3ac6  remove new function
     new dcc2d26  modify some comments
     new ad958fa  modify some comments and modify some logger's message
     new b2f70f6  Merge branch 'develop' into rest-modify
     new 7a5b916  optimized code
     new 183b70a  remove the category
     new 57c58d8  remove the reference url category
     new 7ab3493  Merge pull request #460 from Patrick0308/rest-modify

The 1887 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:
 config/reference_config.go                         |   1 -
 protocol/rest/client/client_impl/resty_client.go   |  16 +-
 protocol/rest/client/rest_client.go                |  12 +-
 protocol/rest/rest_invoker.go                      |  26 +-
 protocol/rest/rest_protocol.go                     |   4 +-
 protocol/rest/server/rest_server.go                | 297 ++++++++++++++++++++-
 .../rest/server/server_impl/go_restful_server.go   | 291 +++++---------------
 7 files changed, 403 insertions(+), 244 deletions(-)