From: Olivier Houchard Date: Fri, 4 Jan 2019 16:22:51 +0000 (+0100) Subject: MINOR: connections: Remove a stall comment. X-Git-Tag: v2.0-dev1~263 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1b11e2d16ae3edd53df1492a17d9ef07322788f;p=thirdparty%2Fhaproxy.git MINOR: connections: Remove a stall comment. Remove the comment that pretends 0x40000000 is unused, it's not true anymore. --- diff --git a/include/types/connection.h b/include/types/connection.h index b273ece460..434318fbf5 100644 --- a/include/types/connection.h +++ b/include/types/connection.h @@ -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()