commit | 2a879001b5ce4b3cf3998c49a2886651e69fcf45 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Tue Oct 05 15:50:45 2021 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Oct 06 15:15:03 2021 +0200 |
tree | 55a5485646f24f3701131c1c7ba86cfcd1495f57 | |
parent | 4d601848871c38cca3182ab2edee932eaf1a531e [diff] |
MINOR: httpclient: destroy checks if a client was started but not stopped During httpclient_destroy, add a condition in the BUG_ON which checks that the client was started before it has ended. A httpclient structure could have been created without being started.