Andrei Belov ab04202456 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-17 06:51:08 -07:00
..
2012-10-25 15:41:39 -02:00