]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: h2: Don't forget to destroy the h2s after deferred shut.
authorOlivier Houchard <cognet@ci0.org>
Sat, 15 Dec 2018 21:42:20 +0000 (22:42 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 15 Dec 2018 22:50:07 +0000 (23:50 +0100)
commit2c68a462e1749c9f65a3b753951c82ceeb7e0ecd
tree1b2607cb20d290726eb40880e0f23d08dc264a2d
parent27d93c3f942853710ac92b5fdf491dd259f5a90e
BUG/MEDIUM: h2: Don't forget to destroy the h2s after deferred shut.

If we had to defer shutr/shutw, and we're now done, destroy the h2s, or
nobody will do so.
src/mux_h2.c