Skip to content

Commit 96faf71

Browse files
TimWollacognet
authored andcommitted
CLEANUP: connection: Remove outdated note about CO_FL 0x00002000 being unused
This flag is used as of commit dcce936 ("MINOR: connections: Add a new CO_FL_SSL_NO_CACHED_INFO flag"). This patch should be backported to 3.3. Apparently dcce936 has been backported to 3.2 and 3.1 already, with that change already applied, so no need for a backport there.
1 parent 2560cce commit 96faf71

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

include/haproxy/connection-t.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ enum {
146146

147147
CO_FL_WANT_SPLICING = 0x00001000, /* we wish to use splicing on the connection when possible */
148148
CO_FL_SSL_NO_CACHED_INFO = 0x00002000, /* Don't use any cached information when creating a new SSL connection */
149-
/* unused: 0x00002000 */
150149

151150
CO_FL_EARLY_SSL_HS = 0x00004000, /* We have early data pending, don't start SSL handshake yet */
152151
CO_FL_EARLY_DATA = 0x00008000, /* At least some of the data are early data */

0 commit comments

Comments
 (0)