]> granicus.if.org Git - apache/commit
fix ap_remove_output_filter; the recent change to use remove_any_filter made
authorDoug MacEachern <dougm@apache.org>
Thu, 30 Aug 2001 05:25:31 +0000 (05:25 +0000)
committerDoug MacEachern <dougm@apache.org>
Thu, 30 Aug 2001 05:25:31 +0000 (05:25 +0000)
commit73b79caab0418cecae84fe472e4c4968017c73a7
tree9f075053564e1f0b18cc446e31371b3f8a063240
parent9e5e70158182460b87025633b808695422e08708
fix ap_remove_output_filter; the recent change to use remove_any_filter made
it possible to wipe out the entire filter chain.  and then when
ap_finalize_request_protocol was called, r->output_filters was NULL,
preventing data from being flushed to the client.
PR:
Obtained from:
Submitted by:
Reviewed by:

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