mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
MINOR: connections: Remove a stall comment.
Remove the comment that pretends 0x40000000 is unused, it's not true anymore.
This commit is contained in:
parent
5cd6217185
commit
f1b11e2d16
1 changed files with 0 additions and 1 deletions
|
|
@ -198,7 +198,6 @@ enum {
|
|||
|
||||
/* The connection is unused by its owner */
|
||||
CO_FL_SESS_IDLE = 0x40000000,
|
||||
/* unused : 0x40000000 */
|
||||
|
||||
/* This last flag indicates that the transport layer is used (for instance
|
||||
* by logs) and must not be cleared yet. The last call to conn_xprt_close()
|
||||
|
|
|
|||
Loading…
Reference in a new issue