projects
/
haproxy-2.3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d82bf5
)
CONTRIB: debug: add missing flags SI_FL_L7_RETRY & SI_FL_D_L7_RETRY
author
Willy Tarreau
<w@1wt.eu>
Sun, 28 Jun 2020 14:05:39 +0000
(16:05 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Sun, 28 Jun 2020 14:05:39 +0000
(16:05 +0200)
These ones were missing from debug/flags.
contrib/debug/flags.c
patch
|
blob
|
history
diff --git
a/contrib/debug/flags.c
b/contrib/debug/flags.c
index
e958f97
..
a596b1a
100644
(file)
--- a/
contrib/debug/flags.c
+++ b/
contrib/debug/flags.c
@@
-252,6
+252,8
@@
void show_si_flags(unsigned int f)
SHOW_FLAG(f, SI_FL_RXBLK_ROOM);
SHOW_FLAG(f, SI_FL_RXBLK_SHUT);
SHOW_FLAG(f, SI_FL_RX_WAIT_EP);
+ SHOW_FLAG(f, SI_FL_L7_RETRY);
+ SHOW_FLAG(f, SI_FL_D_L7_RETRY);
if (f) {
printf("EXTRA(0x%08x)", f);