commit | f16723e4cab16db39217a4428385419fbd38a9a2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <wtarreau@exceliance.fr> | Fri Aug 24 12:52:22 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Sep 03 20:47:31 2012 +0200 |
tree | 943e3b9522e280ddd90d3a434996bcde851b8959 | |
parent | a1a74744a48408a9918b783ba9cf62fc5587fea0 [diff] |
MAJOR: stream-interface: don't commit polling changes in every callback It's more efficient to centralize polling changes, which is already done in the connection handler. So now all I/O callbacks just change flags and rely on the connection handler for the commit. The special case of the send loop is handled by the chk_snd() function which does an update at the end.