]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: httpclient: add the server to the proxy
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 24 Aug 2021 15:18:13 +0000 (17:18 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 24 Aug 2021 15:18:13 +0000 (17:18 +0200)
commit211c9679c8c10f6a09f95c2aa613225887607850
tree407849ae1da4cebcf95b5aa7885562907c145ee7
parentcfcbe9ebd9ba9b8343af1b9a08e50abfd3599e15
MINOR: httpclient: add the server to the proxy

Add the raw and ssl server to the proxy list so they can be freed during
the deinit() of HAProxy. As a side effect the 2 servers need to have a
different ID so the SSL one was renamed "<HTTPSCLIENT>".
src/http_client.c