]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: tevt/stconn/stream: Add dedicated termination events for stream location
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 20 Jan 2025 08:00:05 +0000 (09:00 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 31 Jan 2025 09:41:50 +0000 (10:41 +0100)
commit2dc02f75b1f612a71158fd2c6c36bd2a68cd14c5
treee68220adaef8e1d947cf99dac04400f2de767daa
parent9697704932ef764c8d2c37232dd53d5ab2bd68e1
MEDIUM: tevt/stconn/stream: Add dedicated termination events for stream location

If it is the last patch to introduce dedicated termination events for each
location. In this one, events for the stream location are introcued. The old
enum is also removed because it is now unused.

Here, more accurate evets are added. The "intercepted" event was splitted.
include/haproxy/connection-t.h
include/haproxy/stconn.h
include/haproxy/stream.h
src/http_ana.c
src/stconn.c
src/stream.c
src/tcp_rules.c