]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: connections: Remove a stall comment.
authorOlivier Houchard <ohouchard@haproxy.com>
Fri, 4 Jan 2019 16:22:51 +0000 (17:22 +0100)
committerOlivier Houchard <cognet@ci0.org>
Fri, 4 Jan 2019 16:26:47 +0000 (17:26 +0100)
Remove the comment that pretends 0x40000000 is unused, it's not true anymore.

include/types/connection.h

index b273ece460665d16b0c2e5e64bfac97e9950208a..434318fbf5404fa91509738db0e27a00fce68682 100644 (file)
@@ -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()