commit | 71049cce3f43a5a0c08af923f5fc9599dc0c453f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Mar 28 13:56:39 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Mar 29 13:22:15 2018 +0200 |
tree | a0384b1358501d295910eb6eb309a66b8794b7b2 | |
parent | e323f3458c89f025aa9658c63066a13b64c9150c [diff] |
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.