Willy Tarreau 1b0d4d19fc MEDIUM: mux-h1: merge recv_wait and send_wait
This is the same principle as previous commit, but for the H1 mux this
time. The checks in the subscribe()/unsubscribe() calls were factored
and some BUG_ON() were added to detect unexpected cases.
h1_wake_for_recv() and h1_wake_for_send() needed to be refined to
consider the current subscription before deciding to wake up.
2020-01-17 18:30:36 +01:00
..
2019-09-08 12:20:13 +02:00
2020-01-08 06:10:38 +01:00
2020-01-17 18:30:06 +01:00