diaosj commented on a change in pull request #3015:
URL: https://github.com/apache/apisix/pull/3015#discussion_r540669132
##########
File path: apisix/init.lua
##########
@@ -698,8 +698,8 @@ local function healcheck_passive(api_ctx)
end
end
- local http_statuses = passive and passive.unhealthy and
- passive.unhealthy.http_statuses
+ http_statuses = passive and passive.unhealthy and
+ passive.unhealthy.http_statuses
Review comment:
ok. Got it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]