commit | 30995115715cf600df107d29c5661f62f7c5b1de | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Mar 25 15:32:38 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 13 15:10:14 2022 +0200 |
tree | d9394e8b6600caeafc1514c161bc9f2cd7b50990 | |
parent | 1bceee21e33574e81376aba07dc2f0a259b7dca8 [diff] [blame] |
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.
diff --git a/dev/flags/flags.c b/dev/flags/flags.c index ddfd879..50f48b1 100644 --- a/dev/flags/flags.c +++ b/dev/flags/flags.c
@@ -219,6 +219,7 @@ printf("0\n"); return; } + SHOW_FLAG(f, CS_FL_ISBACK); if (f) { printf("EXTRA(0x%08x)", f);