commit | 0e11863a6fa1a049c22d141d2c864a1b1a999ae5 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@arpalert.org> | Thu Jun 04 11:44:06 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Jun 13 23:01:37 2015 +0200 |
tree | 58e29f54fb5737dfd822bfa9cf1a7e2009da27f0 | |
parent | fbdb77582d390910be8c9fc2ba9bb7ecdd1852c5 [diff] |
MINOR: tcp/http/conf: extends the keyword registration options This patch permits to register a new keyword with the keyword "tcp-request content" 'tcp-request connection", tcp-response content", http-request" and "http-response" which is identified only by matching the start of the keyword. for example, we register the keyword "set-var" with the option "match_pfx" and the configuration keyword "set-var(var_name)" matchs this entry.