mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-19 20:27:01 +00:00
BUILD: debug/flags: remove test for SF_COMP_READY
It doesn't exist anymore.
This commit is contained in:
parent
f07741d0d5
commit
b01b3ada6b
@ -295,7 +295,6 @@ void show_strm_flags(unsigned int f)
|
|||||||
}
|
}
|
||||||
|
|
||||||
SHOW_FLAG(f, SF_SRV_REUSED);
|
SHOW_FLAG(f, SF_SRV_REUSED);
|
||||||
SHOW_FLAG(f, SF_COMP_READY);
|
|
||||||
SHOW_FLAG(f, SF_IGNORE_PRST);
|
SHOW_FLAG(f, SF_IGNORE_PRST);
|
||||||
|
|
||||||
//printf("%s", f ? "" : " | ");
|
//printf("%s", f ? "" : " | ");
|
||||||
|
Loading…
Reference in New Issue
Block a user