commit | d49b559a15a8781ba37877812d4d3ddf2cea9eb4 | [log] [tgz] |
---|---|---|
author | Aurelien DARRAGON <adarragon@haproxy.com> | Wed Oct 05 18:09:33 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 12 09:22:05 2022 +0200 |
tree | dddcb4a490a0d0bef6fd4a69621c53a315109965 | |
parent | d83d045cda401caf505ea57384eea02aa4a70e01 [diff] |
DOC: configuration: missing 'if' in tcp-request content example An example given for tcp-request content rule with lua was missing 'if' keyword. Using it "as is" makes haproxy unhappy. The example was introduced with 579d83b05. So it may be backported as far as 1.6, but it is a really minor typo.