]> 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)
commitdf3e045b9ed0ff1adf3a1d249f7215ad7b774b27
tree7e8f284119b3694917ae252bc89917d3775b5b16
parentf45a2a404431ea70212481166682bba49ebae946
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