spacewander commented on a change in pull request #3015:
URL: https://github.com/apache/apisix/pull/3015#discussion_r540646387
##########
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:
Err. It would be better if the `passive` can be aligned with the `=
passive` in the previous line, just like the state before your change.
----------------------------------------------------------------
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]