commit | ecb83e13eb31cbcf76c6f8aa46eccf8aca4e7b71 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Tue Sep 28 11:00:43 2021 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Oct 06 15:15:03 2021 +0200 |
tree | 66ce2fe1b3d4b592416a9dd57dca1ebe1355baac | |
parent | 739f90a6ef4168a6ec76fb7e68948820815c8e6c [diff] |
MINOR: httpclient: stop_and_destroy() ask the applet to autokill httpclient_stop_and_destroy() tries to destroy the httpclient structure if the client was stopped. In the case the client wasn't stopped, it ask the client to stop itself and to destroy the httpclient structure itself during the release of the applet.