]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: config: http-request replace-header arg typo
authorBaptiste Assmann <bedis9@gmail.com>
Tue, 24 Jun 2014 09:10:00 +0000 (11:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 24 Jun 2014 09:13:33 +0000 (11:13 +0200)
commit92df370621b6e1286ef273310ad47371456a5cf0
tree50e62bb1603d5801d2508207b5e200c68449a23a
parentc7c7be21bf6c7e9afd897d4bf451dc450187a77e
BUG/MINOR: config: http-request replace-header arg typo

http-request replace-header was introduced with a typo which prevents it
to be conditionned by an ACL.
This patch fixes this issue.
src/proto_http.c