mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-10 02:04:36 +03:00
Fix typos.
This commit is contained in:
@@ -583,7 +583,7 @@ static int hook_request_late(request_rec *r) {
|
|||||||
/* Has this phase been completed already? */
|
/* Has this phase been completed already? */
|
||||||
if (msr->phase_request_body_complete) {
|
if (msr->phase_request_body_complete) {
|
||||||
if (msr->was_intercepted) {
|
if (msr->was_intercepted) {
|
||||||
msr_log(msr, 4, "Phase REQUEST_BODY request already intercepted. Intercepting additional request.");
|
msr_log(msr, 4, "Phase REQUEST_BODY request already intercepted. Intercepting additional request.");
|
||||||
return perform_interception(msr);
|
return perform_interception(msr);
|
||||||
}
|
}
|
||||||
if (msr->txcfg->debuglog_level >= 4) {
|
if (msr->txcfg->debuglog_level >= 4) {
|
||||||
|
|||||||
@@ -1184,7 +1184,9 @@ static int execute_operator(msre_var *var, msre_rule *rule, modsec_rec *msr,
|
|||||||
if (msr->txcfg->debuglog_level >= 4) {
|
if (msr->txcfg->debuglog_level >= 4) {
|
||||||
time_before_regex = apr_time_now(); /* IMP1 time_before_regex? */
|
time_before_regex = apr_time_now(); /* IMP1 time_before_regex? */
|
||||||
}
|
}
|
||||||
|
|
||||||
rc = rule->op_metadata->execute(msr, rule, var, &my_error_msg);
|
rc = rule->op_metadata->execute(msr, rule, var, &my_error_msg);
|
||||||
|
|
||||||
if (msr->txcfg->debuglog_level >= 4) {
|
if (msr->txcfg->debuglog_level >= 4) {
|
||||||
msr_log(msr, 4, "Operator completed in %" APR_TIME_T_FMT " usec.",
|
msr_log(msr, 4, "Operator completed in %" APR_TIME_T_FMT " usec.",
|
||||||
(apr_time_now() - time_before_regex));
|
(apr_time_now() - time_before_regex));
|
||||||
|
|||||||
Reference in New Issue
Block a user