send_log(s->be, LOG_WARNING,
"Internal error: action yields while it is no long allowed "
"for the http-request actions.");
+ s->last_rule_file = rule->conf.file;
+ s->last_rule_line = rule->conf.line;
rule_ret = HTTP_RULE_RES_ERROR;
goto end;
}
send_log(s->be, LOG_WARNING,
"Internal error: action yields while it is no long allowed "
"for the http-response/http-after-response actions.");
+ s->last_rule_file = rule->conf.file;
+ s->last_rule_line = rule->conf.line;
rule_ret = HTTP_RULE_RES_ERROR;
goto end;
}
send_log(s->be, LOG_WARNING,
"Internal error: yield not allowed if the inspect-delay expired "
"for the tcp-request content actions.");
+ s->last_rule_file = rule->conf.file;
+ s->last_rule_line = rule->conf.line;
goto internal;
}
goto missing_data;
send_log(s->be, LOG_WARNING,
"Internal error: yield not allowed if the inspect-delay expired "
"for the tcp-response content actions.");
+ s->last_rule_file = rule->conf.file;
+ s->last_rule_line = rule->conf.line;
goto internal;
}
channel_dont_close(rep);