commit | 8e358af8a3454dc64fdc4923d8c78c5b622d6fb8 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Oct 20 15:11:37 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Oct 22 17:29:25 2021 +0200 |
tree | 90b12fc17bb3f0a997bd9b0d3a13564ff4e6a901 | |
parent | 926712ab2d04b2c9a0658e0f9fc390be303baffd [diff] |
MINOR: connection: remove unneeded memset 0 for idle conns Remove the zeroing of an idle connection node on remove from a tree. This is not needed and should improve slightly the performance of idle connection usage. Besides, it breaks the memory poisoning feature.