This is an automated email from the ASF dual-hosted git repository. baze pushed a change to branch 1.4 in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.
from 0686ca9 Merge pull request #670 from zouyx/hotfix/fix1.4 new 8e85afd optimized code new 13369bf use adapter model to modify restServer new 9a9b3a7 remove adapter new bcb0100 optimize header transmit in RestClient and RestServer new f2949db add some comments new 79bd56c modify some comments and when parsing parameters occurred error, return error immediately new 6540c89 modify comments new 4736cdc remove new function new f580ed0 modify some comments new d469144 modify some comments and modify some logger's message new ca2538a optimized code new a7174c3 let go_restful_server support same url and different methodType new ea86567 format code The 13 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: 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 | 305 ++++++--------------- .../server_impl/go_restful_server_test.go} | 43 +-- 7 files changed, 436 insertions(+), 267 deletions(-) copy protocol/rest/{config/reader/rest_config_reader_test.go => server/server_impl/go_restful_server_test.go} (57%)