]> granicus.if.org Git - apache/commit
util_filter: follow up to r1835640: pending_filter_cleanup() precedence.
authorYann Ylavic <ylavic@apache.org>
Fri, 13 Jul 2018 16:04:37 +0000 (16:04 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 13 Jul 2018 16:04:37 +0000 (16:04 +0000)
commitfdea2be62fbbb2eb592c2f6c75a23db7fd81a851
treefc0f2256c4022b70a5dd6a0dd4e6b9cc97014d05
parent44ebaf0149d5e5726181541fa95666d050024dc4
util_filter: follow up to r1835640: pending_filter_cleanup() precedence.

Register pending_filter_cleanup() as a normal cleanup (not pre_cleanup) so
that the pending filters are still there on pool cleanup, and f->bb is set
to NULL where needed.

Then is_pending_filter() check is moved where relevant.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1835847 13f79535-47bb-0310-9956-ffa450edef68
server/util_filter.c