We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6c985 commit e5ecd84Copy full SHA for e5ecd84
1 file changed
gateway/src/apicast/policy/routing/rule.lua
@@ -74,8 +74,8 @@ function _M.new_from_config_rule(config_rule)
74
self.owner_id = tonumber(config_rule.owner_id)
75
return self
76
else
77
- return nil, 'failed to initialize upstream from url: ',
78
- config_rule.url, ' err: ', err
+ return nil, 'failed to initialize upstream from url: ' ..
+ config_rule.url .. ' err: ' .. (err or 'unknown')
79
end
80
81
0 commit comments