From: Tom Braarup Date: Thu, 26 Feb 2026 12:30:21 +0000 (+0000) Subject: DOC: configuration: http-check expect example typo X-Git-Tag: v3.4-dev7~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b837b2b86caab38616063a20b6b717f68873c07d;p=thirdparty%2Fhaproxy.git 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=" --- 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