]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: action: Don't check http capture rules when no id is defined
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 4 Dec 2017 08:45:15 +0000 (09:45 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 4 Dec 2017 09:39:56 +0000 (10:39 +0100)
commitfd608dd2d212928e585da645d7d0c7089424a0de
tree53f3b16a8220c7e07968cac73681cf71ec70290b
parent7912781a306e3d04d896270d95bddbe9be144388
BUG/MINOR: action: Don't check http capture rules when no id is defined

This is a regression in the commit 29730ba5 ("MINOR: action: Add a functions to
check http capture rules"). We must check the capture id only when an id is
defined.

This patch must be backported in 1.8.
src/proto_http.c