membphis commented on issue #4556:
URL: https://github.com/apache/apisix/issues/4556#issuecomment-877736173


   @zuiyangqingzhou you can make a try with this patch.
   
   ```patch
   diff --git a/apisix/plugins/limit-conn.lua b/apisix/plugins/limit-conn.lua
   index 564a1b54c..dc8d22c44 100644
   --- a/apisix/plugins/limit-conn.lua
   +++ b/apisix/plugins/limit-conn.lua
   @@ -129,6 +129,7 @@ function _M.log(conf, ctx)
        end
   
        core.tablepool.release("plugin#limit-conn", limit_conn)
   +    ctx.limit_conn = nil
        return
    end
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to