]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: stats: last fix was still wrong
authorWilly Tarreau <w@1wt.eu>
Tue, 25 Dec 2012 20:53:25 +0000 (21:53 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 25 Dec 2012 20:55:37 +0000 (21:55 +0100)
commit8b80f0c9a22a31aca29ff55606bb50d7b7b172d8
tree987e31a70a80bc4a138de29fa7be8da763d309a0
parent418c1a0a9563f90a665c6434f39d2576af48cdc1
BUG/MINOR: stats: last fix was still wrong

Previous commit was still wrong, it broke add-header and set-header
because we don't want to leave on these actions.

The http_check_access_rule() function should be redesigned, it was
initially thought for allow/deny rules but now it is executing other
non-final rules and at the same time returning a pointer to the last
final rule. That becomes a bit confusing and will need to be addressed
before we implement redirect and return.
src/proto_http.c