mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
CLEANUP: connection: remove obsolete comment in header file
0x00000008 bit for CO_FL_* flags is no more unused since 8cc3fc73f1
("MINOR: connection: update rhttp flags usage"). Removing the comment
that says otherwise.
This commit is contained in:
parent
4b5f557283
commit
1de149fb6d
1 changed files with 0 additions and 1 deletions
|
|
@ -87,7 +87,6 @@ enum {
|
|||
|
||||
CO_FL_REVERSED = 0x00000004, /* connection has been reversed to backend / reversed and accepted on frontend */
|
||||
CO_FL_ACT_REVERSING = 0x00000008, /* connection has been reversed to frontend but not yet accepted */
|
||||
/* unused : 0x00000008 */
|
||||
|
||||
/* unused : 0x00000010 */
|
||||
/* unused : 0x00000020 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue