haproxy/include
Willy Tarreau 39bd740d00 CLEANUP: regex: remove outdated support for regex actions
The support for reqrep and friends was removed in 2.1 but the
chain_regex() function and the "action" field in the regex struct
was still there. This patch removes them.

One point worth mentioning though. There is a check_replace_string()
function whose purpose was to validate the replacement strings passed
to reqrep. It should also be used for other replacement regex, but is
never called. Callers of exp_replace() should be checked and a call to
this function should be added to detect the error early.
2020-06-02 17:17:13 +02:00
..
common CLEANUP: regex: remove outdated support for regex actions 2020-06-02 17:17:13 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: ring: re-work ring attach generic API. 2020-05-31 10:37:31 +02:00
types MEDIUM: ring: add new srv statement to support octet counting forward 2020-05-31 10:49:43 +02:00