commit | 910b2bc829324e1366742aa65fc2c36e4209bfb8 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Tue Jul 17 18:49:38 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 19 18:31:07 2018 +0200 |
tree | 3c8713c26cb5e18eb73eedc17187ba1f323dd8bc | |
parent | 6ff2039d13a3acaa18887650f9d56a9e5c848379 [diff] |
MEDIUM: connections/mux: Revamp the send direction. Totally nuke the "send" method, instead, the upper layer decides when it's time to send data, and if it's not possible, uses the new subscribe() method to be called when it can send data again.