]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: http-rules: mention "deny_status" for "deny" in the error message
authorWilly Tarreau <w@1wt.eu>
Tue, 11 Jun 2019 14:01:56 +0000 (16:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 Jun 2019 14:37:13 +0000 (16:37 +0200)
commit5abdc760c99a0011607f2cc97e199ef6ce0e8486
treee77e0bb7eac96f7e62794e6daa63e668280a2a6d
parent45c4437b4abe21375e7242a2e582debed9413853
BUG/MINOR: http-rules: mention "deny_status" for "deny" in the error message

The error message indicating an unknown keyword on an http-request rule
doesn't mention the "deny_status" option which comes with the "deny" rule,
this is particularly confusing.

This can be backported to all versions supporting this option.
src/http_rules.c