mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 22:28:41 -04:00
CLEANUP: connection: Remove outdated note about CO_FL 0x00002000 being unused
This flag is used as of commitdcce936912("MINOR: connections: Add a new CO_FL_SSL_NO_CACHED_INFO flag"). This patch should be backported to 3.3. Apparentlydcce936912has been backported to 3.2 and 3.1 already, with that change already applied, so no need for a backport there.
This commit is contained in:
parent
2560cce7c5
commit
96faf71f87
1 changed files with 0 additions and 1 deletions
|
|
@ -146,7 +146,6 @@ enum {
|
|||
|
||||
CO_FL_WANT_SPLICING = 0x00001000, /* we wish to use splicing on the connection when possible */
|
||||
CO_FL_SSL_NO_CACHED_INFO = 0x00002000, /* Don't use any cached information when creating a new SSL connection */
|
||||
/* unused: 0x00002000 */
|
||||
|
||||
CO_FL_EARLY_SSL_HS = 0x00004000, /* We have early data pending, don't start SSL handshake yet */
|
||||
CO_FL_EARLY_DATA = 0x00008000, /* At least some of the data are early data */
|
||||
|
|
|
|||
Loading…
Reference in a new issue