]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: channel: Remove CF_READ_NOEXP flag
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 16 Feb 2023 15:47:33 +0000 (16:47 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 22 Feb 2023 13:52:14 +0000 (14:52 +0100)
commit81fdeb8ce2cb10bfe2119dbb4c63f080bb5f8be4
treed7f0f9ebc9c02bebd882567874be8117c51a3706
parent3ffbf3896d6e6d6bef99763957fb67fb9023cce3
MEDIUM: channel: Remove CF_READ_NOEXP flag

This flag was introduced in 1.3 to fix a design issue. It was untouch since
then but there is no reason to still have this trick. Note it could be good
to review what happens in HTTP with the server is waiting for the end of the
request. It could be good to be sure a client timeout is always reported.
include/haproxy/channel-t.h
include/haproxy/channel.h
src/cli.c
src/stconn.c
src/stream.c