commit | 9ff95e2269e67337975fb1891279e399efe0495a | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Wed May 04 13:52:29 2022 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed May 04 13:52:29 2022 +0200 |
tree | 91350d5ae7c60edcb9391c74058922e13b0c834d | |
parent | 853327390eb6b599667067b852120996e17341ae [diff] |
MINOR: httpclient: rename dash by dot in global option Rename the httpclient-ssl-verify into httpclient.ssl.verify.
diff --git a/src/http_client.c b/src/http_client.c index ca55c02..c21786a 100644 --- a/src/http_client.c +++ b/src/http_client.c
@@ -1273,7 +1273,7 @@ } static struct cfg_kw_list cfg_kws = {ILH, { - { CFG_GLOBAL, "httpclient-ssl-verify", httpclient_parse_global_verify }, + { CFG_GLOBAL, "httpclient.ssl.verify", httpclient_parse_global_verify }, { 0, NULL, NULL }, }};