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 11d1160143 fix x-dubbo-service-protocol (#1323)
11d1160143 is described below
commit 11d11601434c7f00537d9109d7c8a64d59318cad
Author: xuweiwei <[email protected]>
AuthorDate: Thu Aug 4 11:11:11 2022 +0800
fix x-dubbo-service-protocol (#1323)
---
.../dubbo-go-pixiu/user/appendix/http-to-dubbo-default-stragety.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/content/zh/docs3-v2/dubbo-go-pixiu/user/appendix/http-to-dubbo-default-stragety.md
b/content/zh/docs3-v2/dubbo-go-pixiu/user/appendix/http-to-dubbo-default-stragety.md
index ff0e67278a..22263f73a5 100644
---
a/content/zh/docs3-v2/dubbo-go-pixiu/user/appendix/http-to-dubbo-default-stragety.md
+++
b/content/zh/docs3-v2/dubbo-go-pixiu/user/appendix/http-to-dubbo-default-stragety.md
@@ -81,12 +81,12 @@ http response 中包含请求的处理状态,返回结果或者调用的错误
Header中必须包含以下条目:
-- x-dubbo-http1.1-dubbo-version
+- x-dubbo-service-protocol
表明这个Http 请求是一个Http转dubbo的请求,目前支持Dubbo 协议和 triple 协议,可配置的选项为:
-- - x-dubbo-http1.1-dubbo-version: triple
- - x-dubbo-http1.1-dubbo-version: dubbo
+- - x-dubbo-service-protocol: triple
+ - x-dubbo-service-protocol: dubbo
前者表示这是转化为triple协议,后者表示转化为dubbo协议