]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
core: Add ap_reuse_brigade_from_pool().
authorYann Ylavic <ylavic@apache.org>
Mon, 16 Jul 2018 11:06:57 +0000 (11:06 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 16 Jul 2018 11:06:57 +0000 (11:06 +0000)
commiteb5e821beae8362ccc6b8b30d0d8a02d4131b8e1
tree877f2536acd57602e1e77b5d2784477f09aa9af9
parentfdea2be62fbbb2eb592c2f6c75a23db7fd81a851
core: Add ap_reuse_brigade_from_pool().

Current RETRIEVE_BRIGADE_FROM_POOL macro from "http_request.c" is turned into
a helper and used in ap_request_core_filter().

We will need it in a subsequent commit in "util_filter.c" too.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1836018 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mmn.h
include/httpd.h
modules/http/http_request.c
server/request.c
server/util.c