mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-10 11:21:25 +01:00
This patch split the httpclient code to prevent confusion between the httpclient CLI command and the actual httpclient API. Indeed there was a confusion between the flag used internally by the CLI command, and the actual httpclient API. hc_cli_* functions as well as HC_C_F_* defines were moved to httpclient_cli.c.