]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mux-h2: merge recv_wait and send_wait event notifications
authorWilly Tarreau <w@1wt.eu>
Fri, 10 Jan 2020 10:12:48 +0000 (11:12 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 17 Jan 2020 17:30:36 +0000 (18:30 +0100)
commitf96508aae6b49277dcf142caa35042678cf8e2ca
tree4da25dbd39dcda7510a8408d3ddf227db9b36d58
parent1b0d4d19fc9ad130fe27f2f989a4b7b8ee97a5fb
MEDIUM: mux-h2: merge recv_wait and send_wait event notifications

This is the continuation of the recv+send event notifications merge
that was started. This patch is less trivial than the previous ones
because the existence of a send event subscription is also used to
decide to put a stream back into the send list.
src/mux_h2.c