Skip to content

Commit c4fa4a0

Browse files
Merge pull request #1701 from LaurenceLiZhixin/3.0
fix: revert #1700
2 parents dd99cd4 + 3ba5271 commit c4fa4a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config/reference_config.go

-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ func (rc *ReferenceConfig) getURLMap() url.Values {
266266

267267
urlMap.Set(constant.ReleaseKey, "dubbo-golang-"+constant.Version)
268268
urlMap.Set(constant.SideKey, (common.RoleType(common.CONSUMER)).Role())
269-
urlMap.Set(constant.CategoryKey, constant.ConsumerCategory)
270269

271270
if len(rc.RequestTimeout) != 0 {
272271
urlMap.Set(constant.TimeoutKey, rc.RequestTimeout)

0 commit comments

Comments
 (0)