]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: mux-h2: Make sure we destroyed the h2s once shutr/shutw is done.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 21 Mar 2019 14:47:13 +0000 (15:47 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 21 Mar 2019 17:28:31 +0000 (18:28 +0100)
commit7a977431ca4864d8aaa148ef29369ca7f5fcfd5e
tree7e0b813bb180cfe87c168ba594723ad1dde60a64
parent6e8d6a9163740a1179004bf91248ffe73347f1c0
BUG/MEDIUM: mux-h2: Make sure we destroyed the h2s once shutr/shutw is done.

If we're waiting until we can send a shutr and/or a shutw, once we're done
and not considering sending anything, destroy the h2s, and eventually the
h2c if we're done with the whole connection, or it will never be done.

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