LY-GO opened a new issue #2450:
URL: https://github.com/apache/apisix/issues/2450
### Issue description
I had test the plugin of limit-conn.I found the question that the same ip
only request the router by five times when conn is 5 and key is remote_addr,
and i don't request the router next time.Why so that?
### Environment
* apisix version (cmd: `apisix version`):
* OS:
### Minimal test code / Steps to reproduce the issue
Plugin limit-conn Edit
conn=5
rejected_code=503
burst=0
key=remote_addr
default_conn_delay=0
### What's the actual result? (including assertion message & call stack if
applicable)
same user only visit the router with the config
### What's the expected result?
i hope that the plugin only limit concurrency,and different users also
continue to request the router when user request the service after first .
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]