This is an automated email from the ASF dual-hosted git repository.
wwbmmm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git
The following commit(s) were added to refs/heads/master by this push:
new abd36b55 client.md 文档优化 (#1755)
abd36b55 is described below
commit abd36b55ec7b6f744aef8fdb04f4a75947b216ca
Author: 果冻虾仁 <[email protected]>
AuthorDate: Mon May 9 09:53:34 2022 +0800
client.md 文档优化 (#1755)
* client.md 文档优化
https:// 后面补一个空格,防止后面的中文被Github网页识别成链接的一部分
* ``
---
docs/cn/client.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/cn/client.md b/docs/cn/client.md
index 58fd7de4..6da16909 100755
--- a/docs/cn/client.md
+++ b/docs/cn/client.md
@@ -731,7 +731,7 @@ options.mutable_ssl_options()->sni_name = "...";
```
- 连接单点和集群的Channel均可以开启SSL访问(初始实现曾不支持集群)。
- 开启后,该Channel上任何协议的请求,都会被SSL加密后发送。如果希望某些请求不加密,需要额外再创建一个Channel。
-- 针对HTTPS做了些易用性优化:Channel.Init能自动识别https://前缀并自动开启SSL;开启-http_verbose也会输出证书信息。
+-
针对HTTPS做了些易用性优化:Channel.Init能自动识别`https://`前缀并自动开启SSL;开启-http_verbose也会输出证书信息。
## 认证
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]