]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] http: add support for conditional response header rewriting
authorWilly Tarreau <w@1wt.eu>
Sun, 31 Jan 2010 14:43:27 +0000 (15:43 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 31 Jan 2010 14:43:27 +0000 (15:43 +0100)
commitfdb563c06fd57b509efed5532c7449ee25e2bc4b
tree0f8b186ac867391527db30fc52b1cc8d3b360eb1
parent8abd4cd526cabe5d7c84d80c27088e715142742e
[MEDIUM] http: add support for conditional response header rewriting

Just as for the req* rules, we can now condition rsp* rules with ACLs.
ACLs match on response, so volatile request information cannot be used.
A warning is emitted if a configuration contains such an anomaly.
doc/configuration.txt
include/proto/proto_http.h
src/cfgparse.c
src/proto_http.c