commit | ab1f7b72fb6723128d785f2f1ec78f262ff51496 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Dec 09 13:38:54 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Dec 09 14:08:48 2012 +0100 |
tree | 1e3b35998244a5fce3a078bc52da4462d4abd0d8 | |
parent | 2406db4b3905d8d1971c788e8871db569d841ed4 [diff] |
MINOR: http: add the "base32" pattern fetch function This returns a 32-bit hash of the value returned by the "base" fetch method above. This is useful to track per-URL activity on high traffic sites without having to store all URLs. Instead a shorter hash is stored, saving a lot of memory. The output type is an unsigned integer.