Skip to content

Commit

Permalink
Update lib/resty/healthcheck.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Martin <flrgh@protonmail.com>
  • Loading branch information
mayocream and flrgh committed Jan 25, 2022
1 parent d1347f5 commit 8f4c81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resty/healthcheck.lua
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ function checker:run_single_check(ip, port, hostname, hostheader)
if #headers > 0 then
headers = headers .. "\r\n"
end
end
end
self.checks.active._headers_str = headers or ""
end

Expand Down

0 comments on commit 8f4c81d

Please sign in to comment.