Revolyssup commented on issue #9986: URL: https://github.com/apache/apisix/issues/9986#issuecomment-1671199392
@LoveleeKay limit-conn plugin limit of 1 means that only one request from that particular client(here identified by remote_addr) will be in-flight at a time. You should test it with an endpoint which takes longer to give response because as soon as response is returned another request will be processed. The requests have to be truly parallel for testing. In our tests, we use `ngx.location.capture_multi` to simulate truly parallel requests. -- 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]
