commit | 8907e4ddb876b638c6c990015211b5727fe63556 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 16 17:55:37 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jan 17 18:30:37 2020 +0100 |
tree | 18417de134c628db31b943a9d1ede6bac95e838f | |
parent | f96508aae6b49277dcf142caa35042678cf8e2ca [diff] |
MEDIUM: mux-fcgi: merge recv_wait and send_wait event notifications This is the last of the "recv_wait+send_wait merge" patches and is functionally equivalent to previous commit "MEDIUM: mux-h2: merge recv_wait and send_wait event notifications" but for FCGI this time. The principle is pretty much the same, since the code is very similar. We use a single wait_event for both recv and send and rely on the subscribe flags to know the desired notifications.