Hi,
I am currently implementing some rate limiting on my loadbalancers. I also have queues due to the connections limits that I set on my backend servers. I was wondering if dropping requests with http-request denywhen the client reach the rate limit also, by extension, drops all the previous requests from this client that are currently in the queue?
If not is there any way to do that?