]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] implement the URI hash algorithm
authorWilly Tarreau <w@1wt.eu>
Tue, 8 May 2007 11:35:26 +0000 (13:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2007 12:05:27 +0000 (14:05 +0200)
commit2fcb5004811f720fe90c9faa6c97898bb5ef4c69
treed6cd6ab4ef5d644d4891333b215694439e9670e2
parent9cdde230a5a81c51a770629f6580059d804640c4
[MEDIUM] implement the URI hash algorithm

Guillaume Dallaire contributed the URI hashing algorithm for
use with proxy-caches. It provides the advantage of optimizing
the cache hit rate.
doc/haproxy-en.txt
doc/haproxy-fr.txt
include/proto/backend.h
include/types/backend.h
src/backend.c
src/cfgparse.c