]> git.kaiwu.me - haproxy.git/commit
MINOR: http: add the "base32+src" fetch method.
authorWilly Tarreau <w@1wt.eu>
Sun, 9 Dec 2012 13:53:32 +0000 (14:53 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 9 Dec 2012 13:53:32 +0000 (14:53 +0100)
commit4a55060aa631a4296adba15a4a4ababee5856ef1
treeb29a6dca93df39c996542f561dafdb6115292cab
parentab1f7b72fb6723128d785f2f1ec78f262ff51496
MINOR: http: add the "base32+src" fetch method.

This returns the concatenation of the base32 fetch and the src fetch.
The resulting type is of type binary, with a size of 8 or 20 bytes
depending on the source address family. This can be used to track
per-IP, per-URL counters.
doc/configuration.txt
src/proto_http.c