mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
MODSEC-219
This commit is contained in:
@@ -1117,6 +1117,14 @@ apr_status_t msre_ruleset_process_phase(msre_ruleset *ruleset, modsec_rec *msr)
|
|||||||
time1 = apr_time_now();
|
time1 = apr_time_now();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
if(msr->txcfg->is_enabled == MODSEC_DISABLED) {
|
||||||
|
saw_starter = 0;
|
||||||
|
skipped = 0;
|
||||||
|
skip_after = NULL;
|
||||||
|
mode = NEXT_RULE;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
rc = msre_rule_process(rule, msr);
|
rc = msre_rule_process(rule, msr);
|
||||||
|
|
||||||
#if defined(PERFORMANCE_MEASUREMENT)
|
#if defined(PERFORMANCE_MEASUREMENT)
|
||||||
|
Reference in New Issue
Block a user