mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-17 22:56:18 +03:00
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.