mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Stop buffering when the request is larger than SecRequestBodyLimit and in ProcessPartial mode
This commit is contained in:
committed by
Felipe Zimmerle
parent
1068da464c
commit
3f9e2ccc7c
@@ -268,6 +268,7 @@ struct modsec_rec {
|
||||
unsigned int phase_request_body_complete;
|
||||
|
||||
apr_bucket_brigade *if_brigade;
|
||||
unsigned int if_seen_eos;
|
||||
unsigned int if_status;
|
||||
unsigned int if_started_forwarding;
|
||||
|
||||
|
Reference in New Issue
Block a user