spacewander commented on a change in pull request #4116:
URL: https://github.com/apache/apisix/pull/4116#discussion_r618929579
##########
File path: apisix/init.lua
##########
@@ -615,13 +615,11 @@ local function healthcheck_passive(api_ctx)
end
for i, status in ipairs(http_statuses) do
- for i, status in ipairs(http_statuses) do
- if resp_status == status then
- checker:report_http_status(api_ctx.balancer_ip,
- port or api_ctx.balancer_port,
- host,
- resp_status)
- end
+ if resp_status == status then
+ checker:report_http_status(api_ctx.balancer_ip,
+ port or api_ctx.balancer_port,
Review comment:
@Ben0625
You can create another commit in this branch to fix it, and push it again.
--
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]