]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h2: fuse h2s_detach() and h2s_free() into h2s_destroy()
authorWilly Tarreau <w@1wt.eu>
Wed, 28 Mar 2018 11:56:39 +0000 (13:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 29 Mar 2018 11:22:15 +0000 (13:22 +0200)
commit71049cce3f43a5a0c08af923f5fc9599dc0c453f
treea0384b1358501d295910eb6eb309a66b8794b7b2
parente323f3458c89f025aa9658c63066a13b64c9150c
MINOR: h2: fuse h2s_detach() and h2s_free() into h2s_destroy()

Since these two functions are always used together, let's simplify
the code by having a single one for both operations. It also ensures
we don't leave wandering elements that risk to leak later.
src/mux_h2.c