mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix problem when buffering in input filter
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user