]> git.kaiwu.me - nginx.git/commit
Limit conn: use complex value in limit_conn_zone (ticket #121).
authorValentin Bartenev <vbart@nginx.com>
Wed, 24 Sep 2014 17:55:19 +0000 (21:55 +0400)
committerValentin Bartenev <vbart@nginx.com>
Wed, 24 Sep 2014 17:55:19 +0000 (21:55 +0400)
commitdd1ae4348a58c16a16b6e70c81875a2f751f661c
tree1bfe4505e9cc6db3a609710bfe8f766d1bd56d12
parent1866f15d7d938d8b78e94839b00db06df98d8cb8
Limit conn: use complex value in limit_conn_zone (ticket #121).

One intentional side effect of this change is that key is allowed only
in the first position.  Previously, it was possible to specify the key
variable at any position, but that was never documented, and is contrary
to nginx configuration practice for positional parameters.
src/http/modules/ngx_http_limit_conn_module.c