commit | 8347f27221a3cdeae5e86b2756859e18b34e098a | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Mar 29 14:46:55 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Mar 30 16:12:18 2022 +0200 |
tree | 140ab5862193069e20975f181e584d258d26f887 | |
parent | cbc13b71c69feb493c1da25d4462c468e3a13092 [diff] |
BUG/MINOR: h3: release resources on close Implement the release app-ops ops for H3 layer. This is used to clean up uni-directional streams and the h3 context. This prevents a memory leak on H3 resources for each connection.