commit | 03f5a1c77dbdd11f35e661eeb80e62dc554ed692 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Mon Sep 27 15:17:47 2021 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Oct 06 15:15:03 2021 +0200 |
tree | 16672a981a8e7dc898e930c827c0111bc20c6e06 | |
parent | d34758849e1f7e070a25022fcfe38e4fc82e22c6 [diff] |
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.