Wrong lenght information in input filter when forward stream variable

This commit is contained in:
brenosilva 2011-05-04 18:59:01 +00:00
parent 1bfbe0c14a
commit 241f222a18

View File

@ -121,7 +121,7 @@ apr_status_t input_filter(ap_filter_t *f, apr_bucket_brigade *bb_out,
APR_BRIGADE_INSERT_TAIL(bb_out, bucket);
if (msr->txcfg->debuglog_level >= 4) {
msr_log(msr, 4, "Input stream filter: Forwarded %" APR_SIZE_T_FMT " bytes.", msr->msc_reqbody_disk_chunk->length);
msr_log(msr, 4, "Input stream filter: Forwarded %" APR_SIZE_T_FMT " bytes.", msr->stream_input_length);
}
}