]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stream-interface: the polling flags must always be updated in chk_snd_conn
authorWilly Tarreau <w@1wt.eu>
Tue, 21 Jan 2014 09:27:49 +0000 (10:27 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 25 Jan 2014 23:42:30 +0000 (00:42 +0100)
commit708e71725160b2ab10c84045f0e56a3c8ba99518
treedf7be6b49a498ed33e06a95247e5faca9fa015b4
parentfd803bb4d7272deeb9c6847ca01e9e51bc52ffbb
MEDIUM: stream-interface: the polling flags must always be updated in chk_snd_conn

We used to only update the polling flags in data phase, but after that
we could update other flags. It does not seem possible to trigger a
bug here but it's not very safe either. Better always keep them up to
date.
src/stream_interface.c