]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: http: add-header/set-header did not accept the ACL condition
authorWilly Tarreau <w@1wt.eu>
Wed, 3 Apr 2013 12:13:58 +0000 (14:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 3 Apr 2013 12:13:58 +0000 (14:13 +0200)
commit8d1c5164f371fa66fc7cdf42a800e48d0e4e8e4a
tree592f27ecac076a6feba92821b66d8f75105ca306
parent289dd92a647004ba7c54597b87658cfba70c753b
BUG/MINOR: http: add-header/set-header did not accept the ACL condition

Sander Klein reported this bug. The test for the extra argument on these
rules prevent any condition from being added. The bug was introduced with
the feature itself in 1.5-dev16.
src/proto_http.c