commit | 5531f87ace0c80908ffb0db6d652e52d3aa86359 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@haproxy.com> | Mon Mar 16 11:15:50 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 18 11:34:06 2015 +0100 |
tree | cb3231fe286de09325ff6e774182b4c1aeeff528 | |
parent | b77aece24a6ab104b4e51efad58c12aeb29d6d2a [diff] |
MINOR: http: split http_transform_header() function in two parts. This function is a callback for HTTP actions. This function creates the replacement string from a build_logline() format and transform the header. This patch split this function in two part. With this modification, the header transformation and the replacement string are separed. We can now transform the header with another replacement string source than a build_logline() format.