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/11 14:17:01 UTC

[dubbo-website] branch master updated: Update dubbo.md (#747)

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

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 7652adc  Update dubbo.md (#747)
7652adc is described below

commit 7652adc7e0c1d7a22d03eee59df386405467bb8c
Author: tomchan2015 <90...@qq.com>
AuthorDate: Thu Mar 11 22:16:53 2021 +0800

    Update dubbo.md (#747)
    
    与英文版一致
    https://dubbo.apache.org/en/docs/v2.7/user/references/protocol/dubbo/
---
 content/zh/docs/v2.7/user/references/protocol/dubbo.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/zh/docs/v2.7/user/references/protocol/dubbo.md b/content/zh/docs/v2.7/user/references/protocol/dubbo.md
index 456c195..04289c8 100644
--- a/content/zh/docs/v2.7/user/references/protocol/dubbo.md
+++ b/content/zh/docs/v2.7/user/references/protocol/dubbo.md
@@ -19,7 +19,7 @@ Dubbo 缺省协议采用单一长连接和 NIO 异步通讯,适合于小数据
 
 ## 特性
 
-缺省协议,使用基于 mina `1.1.7` 和 hessian `3.2.1` 的 tbremoting 交互。
+缺省协议,使用基于 netty `3.2.5.Final` 和 hessian2 `3.2.1-fixed-2(Alibaba embed version)` 的 tbremoting 交互。
 
 * 连接个数:单连接
 * 连接方式:长连接