openresty / lua-resty-upstream-healthcheck

Health Checker for Nginx Upstream Servers in Pure Lua
515 stars 134 forks source link

bugfix: avoided a shadowing a variable which would prevent the checking threads from being waited upon. #59

Closed thibaultcha closed 5 years ago

thibaultcha commented 5 years ago

56 + #58 with a test case and a couple of additional fixes.

Fix #16