]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: channel: Remove CF_ANA_TIMEOUT and report CF_READ_EVENT instead
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 20 Dec 2022 17:28:27 +0000 (18:28 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 9 Jan 2023 17:41:08 +0000 (18:41 +0100)
commit049fbcd36a8c94906d752eb868f79ecd0034c2c9
treefd5bf16c3c8f48aa88afe405bbadebad1a9f248d
parenta63f8f379faec39003dfcf3277f5879be45fda8c
MINOR: channel: Remove CF_ANA_TIMEOUT and report CF_READ_EVENT instead

It appears CF_ANA_TIMEOUT is flag only used in CF_MASK_ANALYSER. All
analyzer timeout relies on the analysis expiration date (chn->analyse_exp).
Worst, once set, this flag is never removed. Thus this flag can be removed
and replaced by a read event (CF_READ_EVENT).
include/haproxy/channel-t.h
include/haproxy/channel.h
src/stream.c