]> granicus.if.org Git - apache/commit
The ap_f* functions should flush data to the filter that is passed in,
authorRyan Bloom <rbb@apache.org>
Thu, 12 Apr 2001 20:06:50 +0000 (20:06 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 12 Apr 2001 20:06:50 +0000 (20:06 +0000)
commit358858ff36b52fd5e56e1dfa04ada202af90424c
tree9e4fcd2275127261191f9b9581caf3768271264c
parent0ae1f4be67bd3133af34925f352d4ea12615699a
The ap_f* functions should flush data to the filter that is passed in,
not to the filter after the one passed in.  The fixes a bug, where one
filter is skipped when using ap_f*.
Submitted by: Ryan Morgan <rmorgan@covalent.net>

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