diff --git a/src/http_client.c b/src/http_client.c index ea9786049..b949e09d2 100644 --- a/src/http_client.c +++ b/src/http_client.c @@ -45,7 +45,7 @@ static struct applet httpclient_applet; */ static struct http_hdr default_httpclient_hdrs[2] = { - { .n = IST("User-Agent"), .v = IST("HAProxy HTTP client") }, + { .n = IST("User-Agent"), .v = IST("HAProxy") }, { .n = IST_NULL, .v = IST_NULL }, };