]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: channel: stop relying on BF_FULL to take action
authorWilly Tarreau <wtarreau@exceliance.fr>
Mon, 27 Aug 2012 18:46:07 +0000 (20:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 3 Sep 2012 18:47:33 +0000 (20:47 +0200)
commit3bf1b2b816e4e8e3154bd50b3b5a277cf3d363d8
treec5a6d954ccfad71e219247ca4732b86274025499
parent42d06661a2d0c76ee47ea7faa4d13b3fa7344cf7
MAJOR: channel: stop relying on BF_FULL to take action

This flag is quite complex to get right and updating it everywhere is a
major pain, especially since the buffer/channel split. This is the first
step of getting rid of it. Instead now it's dynamically computed whenever
needed.
src/channel.c
src/frontend.c
src/proto_http.c
src/proto_tcp.c
src/session.c
src/stream_interface.c