Stop buffering when the request is larger than SecRequestBodyLimit and in ProcessPartial mode

This commit is contained in:
Justin Gerace
2014-04-24 16:06:00 -07:00
committed by Felipe Zimmerle
parent 1068da464c
commit 3f9e2ccc7c
2 changed files with 19 additions and 9 deletions

View File

@@ -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;