]> git.kaiwu.me - haproxy.git/commit
MINOR: conn-stream: Add ISBACK conn-stream flag
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 25 Mar 2022 14:32:38 +0000 (15:32 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:14 +0000 (15:10 +0200)
commit30995115715cf600df107d29c5661f62f7c5b1de
treed9394e8b6600caeafc1514c161bc9f2cd7b50990
parent1bceee21e33574e81376aba07dc2f0a259b7dca8
MINOR: conn-stream: Add ISBACK conn-stream flag

CS_FL_ISBACK is a new flag, set on backend conn-streams. We must just be
careful to preserve this flag when the endpoint is detached from the
conn-stream.
dev/flags/flags.c
include/haproxy/conn_stream-t.h
src/conn_stream.c
src/stream.c