mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-08 16:23:24 -04:00
MINOR: connections: Don't mark conn flags 0x00000001 and 0x00000002 as unused.
Remove the comments saying 0x00000001 and 0x00000002 are unused, they are now used by CO_FL_SAFE_LIST and CO_FL_IDLE_LIST.
This commit is contained in:
parent
d80f5c0d0c
commit
4a0e7fe4f7
1 changed files with 0 additions and 2 deletions
|
|
@ -144,8 +144,6 @@ enum {
|
|||
CO_FL_IDLE_LIST = 0x00000002, /* 2 = in idle_list, 3 = invalid */
|
||||
CO_FL_LIST_MASK = 0x00000003, /* Is the connection in any server-managed list ? */
|
||||
|
||||
/* unused : 0x00000001 */
|
||||
/* unused : 0x00000002 */
|
||||
/* unused : 0x00000004, 0x00000008 */
|
||||
|
||||
/* unused : 0x00000010 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue