MINOR: httpclient: test if started during stop_and_destroy()
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 28 Sep 2021 10:15:37 +0000 (12:15 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 6 Oct 2021 13:15:03 +0000 (15:15 +0200)
commitb8b13703072ed113f7dcf999ecdb287cf940c979
treebb65cd1f9fb1ba0def2c8d16a7bc1906613e57e2
parentecb83e13eb31cbcf76c6f8aa46eccf8aca4e7b71
MINOR: httpclient: test if started during stop_and_destroy()

If the httpclient was never started, it is safe to destroy completely
the httpclient.
include/haproxy/http_client-t.h
src/http_client.c