diff --git a/apache2/apache2_io.c b/apache2/apache2_io.c index 1e5d070c..d3b7eac9 100644 --- a/apache2/apache2_io.c +++ b/apache2/apache2_io.c @@ -146,7 +146,7 @@ apr_status_t input_filter(ap_filter_t *f, apr_bucket_brigade *bb_out, } } - return ap_get_brigade(f->next, bb_out, mode, block, nbytes); + return APR_SUCCESS; } /**