You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by gu...@apache.org on 2021/08/12 13:43:22 UTC

[dubbo] branch 3.0 updated (0d6c4ab -> c35fed2)

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

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


    from 0d6c4ab  Optimize tri header constant & avoid tri header in attachments (#8481)
     add c35fed2  [3.0-Triple]Optimize connection  & remove executor (#8486)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/dubbo/remoting/api/Connection.java  | 92 +++++++++++-----------
 .../dubbo/remoting/api/ConnectionHandler.java      |  8 +-
 .../api/SingleProtocolConnectionManager.java       |  2 +-
 .../apache/dubbo/remoting/api/ConnectionTest.java  | 41 +++++++---
 .../rpc/protocol/tri/AbstractClientStream.java     |  4 +-
 .../dubbo/rpc/protocol/tri/AbstractStream.java     |  4 -
 .../rpc/protocol/tri/TripleClientHandler.java      |  5 +-
 .../dubbo/rpc/protocol/tri/TripleInvoker.java      |  4 +-
 .../dubbo/rpc/protocol/tri/UnaryClientStream.java  |  5 +-
 .../rpc/protocol/tri/UnaryClientStreamTest.java    |  5 +-
 10 files changed, 87 insertions(+), 83 deletions(-)