projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ce3811
)
MINOR: debug: Add check for CO_FL_WILL_UPDATE
author
Christopher Faulet
<cfaulet@haproxy.com>
Tue, 27 Feb 2018 14:41:10 +0000
(15:41 +0100)
committer
Willy Tarreau
<w@1wt.eu>
Fri, 20 Jul 2018 11:39:30 +0000
(13:39 +0200)
This could be backported to 1.8.
contrib/debug/flags.c
patch
|
blob
|
history
diff --git
a/contrib/debug/flags.c
b/contrib/debug/flags.c
index
558072f
..
959d251
100644
(file)
--- a/
contrib/debug/flags.c
+++ b/
contrib/debug/flags.c
@@
-135,6
+135,7
@@
void show_conn_flags(unsigned int f)
SHOW_FLAG(f, CO_FL_ADDR_TO_SET);
SHOW_FLAG(f, CO_FL_ADDR_FROM_SET);
SHOW_FLAG(f, CO_FL_WAIT_ROOM);
+ SHOW_FLAG(f, CO_FL_WILL_UPDATE);
SHOW_FLAG(f, CO_FL_XPRT_READY);
SHOW_FLAG(f, CO_FL_CTRL_READY);
SHOW_FLAG(f, CO_FL_CURR_WR_ENA);