]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Allow filters to buffer data in a brigade using the ap_f* functions.
authorRyan Bloom <rbb@apache.org>
Fri, 9 Feb 2001 07:04:52 +0000 (07:04 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 9 Feb 2001 07:04:52 +0000 (07:04 +0000)
commitb98ee5e9ed2d3e00726d2dc7d3b1aa0ac438a5e2
tree7e8f284119b3694917ae252bc89917d3775b5b16
parent45ac04075ec130c21dffc3559c6e409e8b7521e6
Allow filters to buffer data in a brigade using the ap_f* functions.
These have become simple macros that just wrap the apr_brigade functions,
allowing filter writers to ignore the flush function and the ctx pointer.

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