commit | e323f3458c89f025aa9658c63066a13b64c9150c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Mar 28 13:51:45 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Mar 29 13:22:15 2018 +0200 |
tree | 6fc7d34424e42169b9e8e9678f91216d2ed0a8b6 | |
parent | 4a333d3d53af786fe09df2f83b4e5db38cfef004 [diff] |
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().