Skip to content

Commit

Permalink
Merge pull request #1701 from LaurenceLiZhixin/3.0
Browse files Browse the repository at this point in the history
fix: revert #1700
  • Loading branch information
LaurenceLiZhixin authored Jan 5, 2022
2 parents dd99cd4 + 3ba5271 commit c4fa4a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/reference_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c4fa4a0

Please sign in to comment.