]> git.kaiwu.me - haproxy.git/commit
MINOR: stream-int: Remove SI_FL_KILL_CON to rely on conn-stream endpoint only
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 30 Mar 2022 12:42:50 +0000 (14:42 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:14 +0000 (15:10 +0200)
commit9a5212380026f778ff0b98f411c0db784c212d86
tree6a80921bb0e7d072fab5b951fef15a4b958e2011
parent7b5ca8f4571707be05d9791064b5b04f01f853dd
MINOR: stream-int: Remove SI_FL_KILL_CON to rely on conn-stream endpoint only

Instead of setting a stream-interface flag to then set the corresponding
conn-stream endpoint flag, we now only rely the conn-stream endoint. Thus
SI_FL_KILL_CON is replaced by CS_EP_KILL_CONN.

In addition si_must_kill_conn() is replaced by cs_must_kill_conn().
dev/flags/flags.c
include/haproxy/cs_utils.h
include/haproxy/stream_interface-t.h
include/haproxy/stream_interface.h
src/http_act.c
src/stream_interface.c
src/tcp_rules.c