]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] stick-tables: add support for "stick on hdr"
authorWilly Tarreau <w@1wt.eu>
Wed, 12 May 2010 06:08:50 +0000 (08:08 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 13 May 2010 20:10:02 +0000 (22:10 +0200)
commit4a568976c5b18b94a6fe059b9d27d157a6bfdf92
treec63373e21a9d9356a58d913768da3d41aaef7210
parent58215a01af0f2c07561dbe40abf1313105a016aa
[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.
doc/configuration.txt
src/proto_http.c