]> git.kaiwu.me - haproxy.git/commit
[MINOR] prepare req_*/rsp_* to receive a condition
authorWilly Tarreau <w@1wt.eu>
Thu, 28 Jan 2010 17:10:50 +0000 (18:10 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 28 Jan 2010 17:10:50 +0000 (18:10 +0100)
commitf4f04125d4db81026895258dfde3747d1fbfb8b7
tree665913875239fb097f70eb91b8b6a35aab1c93d3
parentf1e98b86282280249b655b93d60a7cf24800b320
[MINOR] prepare req_*/rsp_* to receive a condition

It will be very handy to be able to pass conditions to req_* and rsp_*.
For now, we just add the pointer to the condition in the affected
structs.
include/common/mini-clist.h
include/common/regex.h
src/cfgparse.c
src/haproxy.c
src/proto_http.c
src/regex.c