mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Update apache2/apache2_io.c
Co-authored-by: Felipe Zipitría <3012076+fzipi@users.noreply.github.com>
This commit is contained in:
@@ -180,7 +180,7 @@ apr_status_t input_filter(ap_filter_t *f, apr_bucket_brigade *bb_out,
|
|||||||
*/
|
*/
|
||||||
apr_status_t read_request_body(modsec_rec *msr, char **error_msg) {
|
apr_status_t read_request_body(modsec_rec *msr, char **error_msg) {
|
||||||
assert(msr != NULL);
|
assert(msr != NULL);
|
||||||
assert( error_msg!= NULL);
|
assert(error_msg!= NULL);
|
||||||
request_rec *r = msr->r;
|
request_rec *r = msr->r;
|
||||||
unsigned int finished_reading;
|
unsigned int finished_reading;
|
||||||
apr_bucket_brigade *bb_in;
|
apr_bucket_brigade *bb_in;
|
||||||
|
Reference in New Issue
Block a user