Hello, I have a question about limit_conn, the description said that it can "limit request concurrency (or concurrent connections)", but after I read the source code, I think it can only be used to limit the HTTP requests, not something like TCP connection. I wonder how to use it for TCP connection when I set configuration like "keepalive_requests", thank you.
Hello, I have a question about limit_conn, the description said that it can "limit request concurrency (or concurrent connections)", but after I read the source code, I think it can only be used to limit the HTTP requests, not something like TCP connection. I wonder how to use it for TCP connection when I set configuration like "keepalive_requests", thank you.