Skip to content

Commit 9768b57

Browse files
Merge branch 'fea/redis-ttl-limiting-plugins' of github.com:shreemaan-abhishek/apisix into fea/redis-ttl-limiting-plugins
2 parents fff130d + f7300db commit 9768b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apisix/plugins/limit-conn/util.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function _M.leaving(self, red, key, req_latency)
8282
red:expire(key, self.conf.key_ttl)
8383
local res, err = red:commit_pipeline()
8484
if not res then
85-
return nil, err
85+
return nil, err
8686
end
8787
conn = res[1]
8888
else

0 commit comments

Comments
 (0)