]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Follow up to r1840265: really privatize ap_filter_{recycle,adopt_brigade}().
authorYann Ylavic <ylavic@apache.org>
Tue, 11 Sep 2018 21:21:40 +0000 (21:21 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 11 Sep 2018 21:21:40 +0000 (21:21 +0000)
commit1b59b52292c991547568760fa664e709bbc871a4
tree5df21189d592c3b3c339a0a7901a8c0ca0b10630
parent50f39b07dce3de7b4f9712a4e4d3a19bb59c9356
Follow up to r1840265: really privatize ap_filter_{recycle,adopt_brigade}().

Move ap_filter_adopt_brigade()'s declaration to "server/core.h" (private).

For ap_filter_recycle(), make it static/internal to util_filter (renamed to
recycle_dead_filters() which better fits what it does). It's now also called
unconditionally from ap_filter_input_pending() which itself is always called
after the request processing and from MPM event (as input_pending hook).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1840611 13f79535-47bb-0310-9956-ffa450edef68
include/util_filter.h
modules/http/http_request.c
server/core.h
server/core_filters.c
server/util_filter.c