MINOR: httpclient: rename dash by dot in global option

Rename the httpclient-ssl-verify into httpclient.ssl.verify.
This commit is contained in:
William Lallemand 2022-05-04 13:52:29 +02:00
parent 853327390e
commit 9ff95e2269

View File

@ -1273,7 +1273,7 @@ static int httpclient_parse_global_verify(char **args, int section_type, struct
}
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 },
}};