commit | bb5b62ee5c0ce5077559c6f42ad1fb4451bf95de | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Apr 21 10:28:30 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 22 14:14:27 2022 +0200 |
tree | 66b00d7ca66fd88830aa98f8956d1b4e9a390fc6 | |
parent | 1d216c7ec1815c510bd3c6a1152cf41f748f93e0 [diff] |
BUG/MINOR: backend: Don't allow to change backend applet This part was inherited from haproxy-1.5. But since a while (at least 1.8), the backend applet, once created, is no longer changed. Thus there is no reason to still check if the target has changed. And in fact, if it was still possible, there would be a memory leak because the old applet would be lost and never released. There is no reason to backport this fix because the leak only exists on a dead code path.