]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: listener: store the default target per listener
authorWilly Tarreau <w@1wt.eu>
Fri, 13 Mar 2015 15:43:12 +0000 (16:43 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 13 Mar 2015 15:45:37 +0000 (16:45 +0100)
commit10b688f2b4b429941032c3c71934985e03d50687
tree6c7d89548a9c1b3db2a5c31ebf550886b7f7fa6f
parent512fd00296a289703d864f4458572d4cb911bb1e
MEDIUM: listener: store the default target per listener

This will be useful later to state that some listeners have to use
certain decoders (typically an HTTP/2 decoder) regardless of the
regular processing applied to other listeners. For now it simply
defaults to the frontend's default target, and it is used by the
session.
include/types/listener.h
src/cfgparse.c
src/dumpstats.c
src/session.c