]> git.kaiwu.me - nginx.git/commit
Fixed limit_conn_log_level/limit_req_log_level inheritance.
authorValentin Bartenev <vbart@nginx.com>
Sun, 25 Dec 2011 19:32:31 +0000 (19:32 +0000)
committerValentin Bartenev <vbart@nginx.com>
Sun, 25 Dec 2011 19:32:31 +0000 (19:32 +0000)
commit39f01e526fc30fc22c2a938c77701dbb4b51ccf2
tree7c511ad53cf13f8173ced894187e88757d772ebb
parent197312f3a03de12d8183872cbb702bdf20e8cd04
Fixed limit_conn_log_level/limit_req_log_level inheritance.

The directives did not work if there were no limit_conn/limit_req specified on
the same level.
src/http/modules/ngx_http_limit_conn_module.c
src/http/modules/ngx_http_limit_req_module.c