mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-22 20:32:12 +00:00
CONTRIB: debug: add missing flags SI_FL_L7_RETRY & SI_FL_D_L7_RETRY
These ones were missing from debug/flags.
This commit is contained in:
parent
4d82bf5c2e
commit
fc402cf3bc
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user