commit | f96508aae6b49277dcf142caa35042678cf8e2ca | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jan 10 11:12:48 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jan 17 18:30:36 2020 +0100 |
tree | 4da25dbd39dcda7510a8408d3ddf227db9b36d58 | |
parent | 1b0d4d19fc9ad130fe27f2f989a4b7b8ee97a5fb [diff] |
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.