commit | ad4daf629e053b2be753d76b14d7bdca428e0eea | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Jan 21 17:49:01 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Jan 28 16:22:53 2021 +0100 |
tree | 8f9496352196e765cea81bde2baaa7366411361f | |
parent | 89e34c261b886fb8dcd894792b08ee266f622df5 [diff] |
MINOR: mux-h1: Try to wake up data layer first before calling its wake callback Instead of calling the data layer wake callback function, we now first try to wake it up. If the data layer is subscribed for receives or for sends, its tasklet is woken up. The wake callback function is only called as the last chance to notify the data layer.