]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: tcpcheck: Fix typo in error error message for `http-check expect`
authorTim Duesterhus <tim@tideways-gmbh.com>
Fri, 20 Feb 2026 11:20:05 +0000 (12:20 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 12 Mar 2026 08:10:45 +0000 (09:10 +0100)
commit760fef1fc00d1eaa18fd1f43e38d72dc2133bea7
tree428061fd24bc75179f81bd2fef6c28b1bb673120
parent73732abfb246d2a32c33cab45ddea2642dc31587
BUG/MINOR: tcpcheck: Fix typo in error error message for `http-check expect`

With a config:

    backend bk_app
     http-check expect status 200 string "status: ok"

This now correctly emits the error:

    config : parsing [./patch.cfg:2] : 'http-check expect' : only one pattern expected.

This line containing the typo is unchanged since at least HAProxy 2.2, the
patch should be backported into all supported branches.
src/tcpcheck.c