mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-24 11:23:14 -04:00
[DEBUG] state names were shifted due to missing PEND state.
This commit is contained in:
parent
9e1388671a
commit
3504a01cb4
1 changed files with 1 additions and 1 deletions
|
|
@ -917,7 +917,7 @@ static int stats_tsk_lsrch, stats_tsk_rsrch,
|
|||
/*********************************************************************/
|
||||
#ifdef DEBUG_FULL
|
||||
static char *cli_stnames[5] = {"HDR", "DAT", "SHR", "SHW", "CLS" };
|
||||
static char *srv_stnames[8] = {"IDL", "PND", "CON", "HDR", "DAT", "SHR", "SHW", "CLS" };
|
||||
static char *srv_stnames[7] = {"IDL", "CON", "HDR", "DAT", "SHR", "SHW", "CLS" };
|
||||
#endif
|
||||
|
||||
/*********************************************************************/
|
||||
|
|
|
|||
Loading…
Reference in a new issue