commit | 4cf7fb148f8e5f44c5c437ec8431f3ac06968d84 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Aug 02 19:23:05 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 12 17:37:55 2018 +0200 |
tree | cf790ea850e8b44856120b0a12cf51c36fa3abbd | |
parent | 524344b4e0434b86d83869ef051f98d24505c08f [diff] |
MEDIUM: connections/mux: Add a recv and a send+recv wait list. For struct connection, struct conn_stream, and for the h2 mux, add 2 new lists, one that handles waiters for recv, and one that handles waiters for recv and send. That way we can ask to subscribe for either recv or send.