]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: channel: Remove the unused flag CF_WAKE_CONNECT
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 16 Jul 2019 12:43:08 +0000 (14:43 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Jul 2019 07:24:12 +0000 (09:24 +0200)
commit22dc248c2a5fd70bb810fe59fd2d33014af227c9
treedd08c95f76a80ed6de0c171995dce43a1596155f
parent3716ebc50fa73f7134063f3c9a45da8081eda55b
CLEANUP: channel: Remove the unused flag CF_WAKE_CONNECT

This flag is tested or cleared but never set anymore.
contrib/debug/flags.c
include/types/channel.h
src/cli.c
src/stream.c