commit | 9a5212380026f778ff0b98f411c0db784c212d86 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Mar 30 14:42:50 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 13 15:10:14 2022 +0200 |
tree | 6a80921bb0e7d072fab5b951fef15a4b958e2011 | |
parent | 7b5ca8f4571707be05d9791064b5b04f01f853dd [diff] |
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().