mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-01 22:48:25 +00: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
@ -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 New Issue
Block a user