This is an automated email from the ASF dual-hosted git repository.
laurence pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
The following commit(s) were added to refs/heads/3.0 by this push:
new 3ba5271 fix: revert https://github.com/apache/dubbo-go/pull/1700
new c4fa4a0 Merge pull request #1701 from LaurenceLiZhixin/3.0
3ba5271 is described below
commit 3ba5271ab939d2c124a0defc237d43af89c0412a
Author: LaurenceLiZhixin <[email protected]>
AuthorDate: Wed Jan 5 16:20:00 2022 +0800
fix: revert https://github.com/apache/dubbo-go/pull/1700
---
config/reference_config.go | 1 -
1 file changed, 1 deletion(-)
diff --git a/config/reference_config.go b/config/reference_config.go
index 1bfea90..1717e92 100644
--- a/config/reference_config.go
+++ b/config/reference_config.go
@@ -266,7 +266,6 @@ func (rc *ReferenceConfig) getURLMap() url.Values {
urlMap.Set(constant.ReleaseKey, "dubbo-golang-"+constant.Version)
urlMap.Set(constant.SideKey, (common.RoleType(common.CONSUMER)).Role())
- urlMap.Set(constant.CategoryKey, constant.ConsumerCategory)
if len(rc.RequestTimeout) != 0 {
urlMap.Set(constant.TimeoutKey, rc.RequestTimeout)