]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: mux-h2: make use of h2s_alert() to report aborts
authorWilly Tarreau <w@1wt.eu>
Wed, 19 Dec 2018 16:44:55 +0000 (17:44 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 19 Dec 2018 17:13:52 +0000 (18:13 +0100)
commitf830f018cfdb7c795c7c60407e5f766f7a77a417
treee719828933f3e0946e8d302e103b0ce1ab26480b
parent8b2757c3398702b6fba868da33141def9fcba85f
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.
src/mux_h2.c