We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd99cd4 + 3ba5271 commit c4fa4a0Copy full SHA for c4fa4a0
config/reference_config.go
@@ -266,7 +266,6 @@ func (rc *ReferenceConfig) getURLMap() url.Values {
266
267
urlMap.Set(constant.ReleaseKey, "dubbo-golang-"+constant.Version)
268
urlMap.Set(constant.SideKey, (common.RoleType(common.CONSUMER)).Role())
269
- urlMap.Set(constant.CategoryKey, constant.ConsumerCategory)
270
271
if len(rc.RequestTimeout) != 0 {
272
urlMap.Set(constant.TimeoutKey, rc.RequestTimeout)
0 commit comments