]> git.kaiwu.me - haproxy.git/commit
[BUG] use_backend would not correctly consider "unless"
authorWilly Tarreau <w@1wt.eu>
Wed, 9 Jul 2008 09:23:31 +0000 (11:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 28 Jul 2008 10:48:30 +0000 (12:48 +0200)
commit9b4df962a40d6196c74f8621c2c7b9585284a874
tree3828ccc82426164dd637da437b0394a422a15e0e
parent94a1e9b255baedf72d0cb9591122b5a01c3dd39e
[BUG] use_backend would not correctly consider "unless"

A copy-paste typo made use_backend not correctly consider the "unless"
case, depending on the previous "block" rule.

(cherry picked from commit a8cfa34a9c011cecfaedfaf7d91de3e5f7f004a0)
src/proto_http.c