Updated input filter insertion code for sub-requests.

This commit is contained in:
brectanus
2007-10-17 23:07:00 +00:00
parent 8e99090067
commit 2b346dd086
2 changed files with 3 additions and 4 deletions

View File

@@ -41,8 +41,8 @@ apr_status_t input_filter(ap_filter_t *f, apr_bucket_brigade *bb_out,
msr->r = f->r;
if (msr->phase > PHASE_REQUEST_BODY) {
msr_log(msr, 1, "Internal error: Still in input filter in phase %d", msr->phase);
if (msr->phase < PHASE_REQUEST_BODY) {
msr_log(msr, 1, "Internal error: REQUEST_BODY phase incomplete for input filter in phase %d", msr->phase);
return APR_EGENERAL;
}