On Thu, Sep 11, 2014 at 2:12 PM, Yann Ylavic <ylavic....@gmail.com> wrote: > > AP_DECLARE(int) ap_filter_reinstate_brigade(ap_filter_t *f, > apr_bucket_brigade *buffered_bb, > apr_bucket_brigade *bb, > apr_bucket **flush_upto) > { > apr_bucket *bucket, *next; > apr_size_t bytes_in_brigade, non_file_bytes_in_brigade; > int eor_buckets_in_brigade, morphing_bucket_in_brigade; > int loglevel = ap_get_conn_module_loglevel(f->c, APLOG_MODULE_INDEX); > > *flush_upto = NULL;
Oups, this is an unrelated change, but probably good to have too.