mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Only reinject stream if data is changed by rsub
This commit is contained in:
@@ -238,6 +238,8 @@ struct modsec_rec {
|
||||
char *stream_input_data;
|
||||
apr_size_t stream_output_length;
|
||||
char *stream_output_data;
|
||||
unsigned int of_stream_changed;
|
||||
unsigned int if_stream_changed;
|
||||
|
||||
apr_array_header_t *error_messages;
|
||||
apr_array_header_t *alerts;
|
||||
|
Reference in New Issue
Block a user