]> git.kaiwu.me - haproxy.git/commit
MEDIUM: pattern: add delete functions
authorThierry FOURNIER <tfournier@exceliance.fr>
Wed, 15 Jan 2014 10:38:49 +0000 (11:38 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2014 17:06:07 +0000 (18:06 +0100)
commitb113650e54647f525ff2b1174a5d3187fb490d8b
tree5ab9b2ebb45f2a3b9848bac0501cee335f3551fb
parent33a7433ac97c3dc7e1c23ff02affdf65024c4279
MEDIUM: pattern: add delete functions

This commit adds a delete function for patterns. It looks up all
instances of the pattern to delete and deletes them all. The fetch
keyword declarations have been extended to point to the appropriate
delete function.
include/proto/pattern.h
include/types/acl.h
include/types/pattern.h
src/acl.c
src/dumpstats.c
src/map.c
src/pattern.c
src/payload.c
src/proto_http.c
src/ssl_sock.c