]> granicus.if.org Git - apache/commit
Switch ap_filter_flush() to ap_pass_brigade(). This removes a layer of
authorGreg Stein <gstein@apache.org>
Wed, 16 Jul 2003 06:31:53 +0000 (06:31 +0000)
committerGreg Stein <gstein@apache.org>
Wed, 16 Jul 2003 06:31:53 +0000 (06:31 +0000)
commitf756385b6dd6a2355904097142f6d4d9c60e466c
treeb3088fc54e8ad718711b95329b3acff24714844f
parent637ae709b2cb9578884d967cee26cdafc4af0e2b
Switch ap_filter_flush() to ap_pass_brigade(). This removes a layer of
function calls, provides type safety for the ap_filter_t*, and
clarifies what is really going on (i.e. we aren't sending a FLUSH
bucket of any kind).

* mod_dav.c (dav_send_multistatus, dav_method_propfind): change the
    ap_filter_flush call to ap_pass_brigade; flip the params to match
    the prototype.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100647 13f79535-47bb-0310-9956-ffa450edef68
modules/dav/main/mod_dav.c