]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: httpclient: fix resolution with port
authorWilliam Lallemand <wlallemand@haproxy.org>
Fri, 26 Aug 2022 14:45:13 +0000 (16:45 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 26 Aug 2022 15:00:22 +0000 (17:00 +0200)
commitd78dfe7891233ef6cf3f1babc393569ec8b6bf62
treedccdb6890e76a658c1fa915d163658b5228709bf
parentdd754cba16bdeb936f9089d27c96d45a9fde4a1a
BUG/MINOR: httpclient: fix resolution with port

Fix the resolution in the httpclient when a port is associated to a
domain. The do-resolve action doesn't support a port in its input.

Must be backported to 2.6. Require the "host_only" converter to be
backported.
src/http_client.c