commit | 7505f94f90e6d3c1fe3998d4d82c523dd9db69ed | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Tue Aug 21 18:10:44 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 12 17:37:55 2018 +0200 |
tree | 3975877050b67b869bb30e82ef28b7786975b340 | |
parent | a1411e62e4da1c4013539b58e2e46d2fcc239a9c [diff] |
MEDIUM: h2: Don't use a wake() method anymore. Instead of having our wake() method called each time a fd event happens, just subscribe to recv/send events, and get our tasklet called when that happens. If any recv/send was possible, the equivalent of what h2_wake_cb() will be done.