mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-09 00:32:33 -04:00
CONTRIB: debug: add missing flags SF_HTX and SF_MUX
These two were forgotten when HTX was added. They can be backported as they're missing for debugging traces in 2.0.
This commit is contained in:
parent
d02ffe9b6d
commit
8a0eabd536
1 changed files with 2 additions and 0 deletions
|
|
@ -347,7 +347,9 @@ void show_strm_flags(unsigned int f)
|
|||
case SF_ERR_CHK_PORT: f &= ~SF_ERR_MASK ; printf("SF_ERR_CHK_PORT%s", f ? " | " : ""); break;
|
||||
}
|
||||
|
||||
SHOW_FLAG(f, SF_HTX);
|
||||
SHOW_FLAG(f, SF_REDIRECTABLE);
|
||||
SHOW_FLAG(f, SF_IGNORE);
|
||||
SHOW_FLAG(f, SF_REDISP);
|
||||
SHOW_FLAG(f, SF_CURR_SESS);
|
||||
SHOW_FLAG(f, SF_MONITOR);
|
||||
|
|
|
|||
Loading…
Reference in a new issue