commit | f830f018cfdb7c795c7c60407e5f766f7a77a417 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Dec 19 17:44:55 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 19 18:13:52 2018 +0100 |
tree | e719828933f3e0946e8d302e103b0ce1ab26480b | |
parent | 8b2757c3398702b6fba868da33141def9fcba85f [diff] |
BUG/MEDIUM: mux-h2: make use of h2s_alert() to report aborts If we had no pending read, it could be complicated to report an RST_STREAM to a sender since we used to only report it via the rx side if subscribed. Similarly in h2_wake_some_streams() we now try all methods, hoping to catch all possible events. No backport is needed.