]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h2: provide and use h2s_detach() and h2s_free()
authorWilly Tarreau <w@1wt.eu>
Thu, 1 Mar 2018 15:27:53 +0000 (16:27 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 1 Mar 2018 15:35:01 +0000 (16:35 +0100)
commit0a10de606685ed4e65d4cc84237c6a09dd6fe27c
tree8de345ff2b3e5d5b1f7875a24deb640d699792ba
parent00dd07895a6ee856c811c6d60a8e3d4c7d973c63
MINOR: h2: provide and use h2s_detach() and h2s_free()

These ones save us from open-coding the cleanup functions on each and
every error path. The code was updated to use them with no functional
change.
src/mux_h2.c