Files
ModSecurity/nginx
Andrei Belov a20c7a7091 Fixed ngx_http_modsecurity_body_filter() to properly handle filters chain.
Body filter is a wrong place to call ngx_http_next_header_filter() - that
function is intended to be called from header filters.
In case when there were no errors, body filter should call
ngx_http_next_body_filter() eventually.
While here, also removed useless second return.
2014-05-19 16:12:12 +04:00
..
2012-10-25 15:41:39 -02:00