diff --git a/src/http_client.c b/src/http_client.c index cfbff1913..f298fe113 100644 --- a/src/http_client.c +++ b/src/http_client.c @@ -236,7 +236,7 @@ static void hc_cli_release(struct appctx *appctx) /* register cli keywords */ static struct cli_kw_list cli_kws = {{ },{ - { { "httpclient", NULL }, "httpclient : launch an HTTP request", hc_cli_parse, hc_cli_io_handler, hc_cli_release}, + { { "httpclient", NULL }, "httpclient : launch an HTTP request", hc_cli_parse, hc_cli_io_handler, hc_cli_release, NULL, ACCESS_EXPERT}, { { NULL }, NULL, NULL, NULL } }};