commit | 95d169ba9a64fa8e160c6806725329df67499e5e | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Jan 17 23:21:59 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Jan 20 15:18:45 2020 +0100 |
tree | ad72f050b2f29f1c64daf27afb776d220e598193 | |
parent | 1aea50e1ff886de15948c8fbe91b8c88f89dd83e [diff] |
REGTEST: Fix format of set-uri HTTP request rule in h1or2_to_h1c.vtc First, concat() is a converter, not a sample fetch. So use str() sample fetch with no string and call concat on it. Then, the argument of the set-uri rule must be a log format string. So it must be inside %[] to be evaluated.