]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] set rep->analysers from fe and be analysers
authorWilly Tarreau <w@1wt.eu>
Sun, 16 Aug 2009 20:57:50 +0000 (22:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 16 Aug 2009 20:57:50 +0000 (22:57 +0200)
commit4e5b8287a6fe500fc0af6c68635a05d69cecf40b
treeac8c57ed7280b0d47dbd19a1e5718bdf44776378
parent52a0c60845196b18542570166cb96db4d7942e5c
[MEDIUM] set rep->analysers from fe and be analysers

sess_establish() used to resort to protocol-specific guesses
in order to set rep->analysers. This is no longer needed as it
gets set from the frontend and the backend as a copy of what
was defined in the configuration.
include/types/proxy.h
src/cfgparse.c
src/session.c