]> git.kaiwu.me - haproxy.git/commit
[MEDIUM] http: make the request filter loop check for optional conditions
authorWilly Tarreau <w@1wt.eu>
Thu, 28 Jan 2010 19:22:06 +0000 (20:22 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 28 Jan 2010 19:22:06 +0000 (20:22 +0100)
commit6c123b15cba5096ecf77b20cd111b3f658cef9ce
tree31d13331583a1189e6e6e2d162fb3f108ea7f2b3
parentade5ec430d01b4ba06fd67a63fcee85fea46ba28
[MEDIUM] http: make the request filter loop check for optional conditions

From now on, if request filters have ACLs defined, these ACLs will be
evaluated to condition the filter. This will be used to conditionally
remove/rewrite headers based on ACLs.
include/proto/proto_http.h
src/proto_http.c