]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
util_filter: Axe conn_rec->empty brigade.
authorYann Ylavic <ylavic@apache.org>
Mon, 16 Jul 2018 11:20:26 +0000 (11:20 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 16 Jul 2018 11:20:26 +0000 (11:20 +0000)
commit823a630e809fc46481b3b9b8ce2f262cac084de7
tree8198fe5ccee4b07f1f7cd11735fe3540ad77a45c
parenteb5e821beae8362ccc6b8b30d0d8a02d4131b8e1
util_filter: Axe conn_rec->empty brigade.

Since it's internal util_filter use, we shouldn't expose it in conn_rec and
can replace it with a pooled brigade provided by ap_reuse_brigade_from_pool().

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