Skip to content

Commit 7d7236f

Browse files
committed
bugfix: busy loop
1 parent 714d9f5 commit 7d7236f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/resty/exec.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ end
1818

1919

2020
local _M = {
21-
_VERSION = '1.1.3'
21+
_VERSION = '1.1.4'
2222
}
2323

2424
function _M.new(address)
@@ -92,8 +92,6 @@ function _M.new(address)
9292
else
9393
if err ~= 'timeout' and err ~= 'closed' then
9494
return nil, err
95-
else
96-
err = nil
9795
end
9896
end
9997
end

0 commit comments

Comments
 (0)