mirror of
https://github.com/haproxy/haproxy.git
synced 2026-07-14 19:43:29 -04:00
MINOR: tevt/conn: Report intercepted event for L4 rules
When a L4 rules interrupts the processing, a termination event is reported for the connection, with the "fd" location.
This commit is contained in:
parent
00a07c8b54
commit
170d46989c
1 changed files with 2 additions and 0 deletions
|
|
@ -578,6 +578,8 @@ int tcp_exec_l4_rules(struct session *sess)
|
|||
goto restart;
|
||||
}
|
||||
end:
|
||||
if (!result)
|
||||
conn_report_term_evt(conn, tevt_loc_fd, tevt_type_intercepted);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue