You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/03/19 03:46:42 UTC

[dubbo-go] branch 1.5 updated (587753b -> ae5743a)

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

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


    from 587753b  Merge pull request #1088 from wenxuwan/fix_zk_too_many_tcp_conn
     new 45ca4f3  dubbo-go 拆包bug fix
     new 6108ed0  Merge branch 'master' of https://github.com/xiejiajun/dubbo-go
     new 57f7b4e  bug fix: getty RpcServerPackageHandler decode tcp pkg failed because of the body buffer is smaller than the size marked  by header
     new 160b834  keep error caller stack
     new 80a24cb  code improve: use the `errors.Is()` to determine the type of err
     new 40a9f7c  getty RpcServerPackageHandler decode incomplete tcp package unit test
     new 8e18ffb  getty RpcServerPackageHandler decode incomplete tcp package unit test
     new da44eee  RpcClientPackageHandler error compare code improve
     new 3afacb4  ut ci failed fix
     new 0583f46  readwriter_test ci failed fix
     new 51f6d0f  readwriter_test import code improve
     new c6a448b  code improve
     new ae5743a  Merge pull request #1090 from xiejiajun/issue-1089

The 3807 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:
 remoting/getty/readwriter.go      |   6 +-
 remoting/getty/readwriter_test.go | 173 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 176 insertions(+), 3 deletions(-)
 create mode 100644 remoting/getty/readwriter_test.go