fixed some typos
Signed-off-by: Frank Gadban <frankgad@outlook.de>
This commit is contained in:
parent
a4ec5c8a88
commit
e9059eef01
3 changed files with 3 additions and 3 deletions
|
|
@ -274,7 +274,7 @@ end
|
|||
function _M.init_worker()
|
||||
-- when worker starts, sync backends without delay
|
||||
-- we call it in timer because for endpoints that require
|
||||
-- DNS resolution it needs to use socket which is not avalable in
|
||||
-- DNS resolution it needs to use socket which is not available in
|
||||
-- init_worker phase
|
||||
local ok, err = ngx.timer.at(0, sync_backends)
|
||||
if not ok then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue