commit | 708e71725160b2ab10c84045f0e56a3c8ba99518 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jan 21 10:27:49 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jan 26 00:42:30 2014 +0100 |
tree | df7be6b49a498ed33e06a95247e5faca9fa015b4 | |
parent | fd803bb4d7272deeb9c6847ca01e9e51bc52ffbb [diff] |
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.