MINOR: h2: always call h2s_detach() in h2_detach()
authorWilly Tarreau <w@1wt.eu>
Wed, 28 Mar 2018 11:51:45 +0000 (13:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 29 Mar 2018 11:22:15 +0000 (13:22 +0200)
commite323f3458c89f025aa9658c63066a13b64c9150c
tree6fc7d34424e42169b9e8e9678f91216d2ed0a8b6
parent4a333d3d53af786fe09df2f83b4e5db38cfef004
MINOR: h2: always call h2s_detach() in h2_detach()

The code is safer and more robust this way, it avoids multiple paths.
This is possible due to the idempotence of LIST_DEL() and eb32_delete()
that are called in h2s_detach().
src/mux_h2.c