]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: h2: Use the new sending_list in h2s_notify_send().
authorOlivier Houchard <ohouchard@haproxy.com>
Mon, 25 Mar 2019 13:04:25 +0000 (14:04 +0100)
committerOlivier Houchard <cognet@ci0.org>
Mon, 25 Mar 2019 13:34:26 +0000 (14:34 +0100)
commitfd1e96d2fb10eb7d1e11ca143ac0e7eac55c4666
tree6d67739099f10feed6755e8fffb5449e3660d3f0
parent01d4cb5339689a9ffe80924cbb2704cbb646ea82
BUG/MEDIUM: h2: Use the new sending_list in h2s_notify_send().

In h2s_notify_send(), use the new sending_list instead of using the old
way of setting hs->send_wait to NULL, failing to do so may lead to crashes.

This should be backported to 1.9.
src/mux_h2.c