From b837b2b86caab38616063a20b6b717f68873c07d Mon Sep 17 00:00:00 2001 From: Tom Braarup Date: Thu, 26 Feb 2026 12:30:21 +0000 Subject: [PATCH] DOC: configuration: http-check expect example typo On the http-check expect example (https://docs.haproxy.org/dev/configuration.html#4.2-http-check%20expect) there is a typo -http-check expect header name "set-cookie" value -m beg "sessid=" +http-check expect hdr name "set-cookie" value -m beg "sessid=" --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 131940f42..5c59515c6 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -8263,7 +8263,7 @@ http-check expect [min-recv ] [comment ] http-check expect status 200,201,300-310 # be sure a sessid coookie is set - http-check expect header name "set-cookie" value -m beg "sessid=" + http-check expect hdr name "set-cookie" value -m beg "sessid=" # consider SQL errors as errors http-check expect ! string SQL\ Error