Fix problem when buffering in input filter

This commit is contained in:
brenosilva 2011-05-04 21:12:48 +00:00
parent 241f222a18
commit c78903e988

View File

@ -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;
}
/**