]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: h2: Don't use a wake() method anymore.
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 21 Aug 2018 16:10:44 +0000 (18:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 12 Sep 2018 15:37:55 +0000 (17:37 +0200)
commit7505f94f90e6d3c1fe3998d4d82c523dd9db69ed
tree3975877050b67b869bb30e82ef28b7786975b340
parenta1411e62e4da1c4013539b58e2e46d2fcc239a9c
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.
src/connection.c
src/mux_h2.c