commit | 4463b17fe354fda18b194bdad862df52af29fb79 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Tue Aug 24 17:53:03 2021 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Aug 24 17:53:03 2021 +0200 |
tree | a52390476e291dcc85bedc4fa2031e06899f05b1 | |
parent | 211c9679c8c10f6a09f95c2aa613225887607850 [diff] |
BUG/MINOR: httpclient: fix Host header THe http_update_update_host function takes an URL and extract the domain to use as a host header. However it only update an existing host header and does not create one. This patch add an empty host header so the function can update it.