MINOR: httpclient: destroy() must free the headers and the ists
authorWilliam Lallemand <wlallemand@haproxy.org>
Mon, 27 Sep 2021 13:17:47 +0000 (15:17 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 6 Oct 2021 13:15:03 +0000 (15:15 +0200)
commit03f5a1c77dbdd11f35e661eeb80e62dc554ed692
tree16672a981a8e7dc898e930c827c0111bc20c6e06
parentd34758849e1f7e070a25022fcfe38e4fc82e22c6
MINOR: httpclient: destroy() must free the headers and the ists

httpclient_destroy() must free all the ist in the httpclient structure,
the URL in the request, the vsn and reason in the response.

It also must free the list of headers of the response.
src/http_client.c