Skip to content

Commit

Permalink
fix limit-conn incoming key
Browse files Browse the repository at this point in the history
  • Loading branch information
theweakgod committed Feb 2, 2024
1 parent ffb0d77 commit f375fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apisix/plugins/limit-conn/util.lua
Expand Up @@ -24,7 +24,7 @@ local _M = {version = 0.3}
function _M.incoming(self, red, key, commit)
local max = self.max
self.committed = false
key = "limit_conn"
key = "limit_conn" .. ":" .. key

local conn, err
if commit then
Expand Down

0 comments on commit f375fca

Please sign in to comment.