commit | 4a568976c5b18b94a6fe059b9d27d157a6bfdf92 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed May 12 08:08:50 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu May 13 22:10:02 2010 +0200 |
tree | c63373e21a9d9356a58d913768da3d41aaef7210 | |
parent | 58215a01af0f2c07561dbe40abf1313105a016aa [diff] |
[MINOR] stick-tables: add support for "stick on hdr" It is now possible to stick on an IP address found in a HTTP header. Right now only the last occurrence of the header can be used, which is generally enough for most uses. Also, the header extraction rule only knows how to convert the header to IP. Later it will be usable as a plain string with an implicit conversion, and the syntax will not change.