BUG/MINOR: httpclient: remove deinit of the httpclient
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 24 Aug 2021 13:09:15 +0000 (15:09 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 24 Aug 2021 13:11:03 +0000 (15:11 +0200)
commit76ad371b869feb2f14ef375445ec49cc3b589801
tree5f5db20174691305c67528d37eda651d864671b2
parentece4c4a35265cbc28d25826205ee66dbf9ac6f7d
BUG/MINOR: httpclient: remove deinit of the httpclient

The httpclient does a free of the servers and proxies it uses, however
since we are including them in the global proxy list, haproxy already
free them during the deinit. We can safely remove these free.
src/http_client.c