]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] removed now unused fiprm and beprm from proxies
authorWilly Tarreau <w@1wt.eu>
Sat, 31 Mar 2007 22:01:37 +0000 (00:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 31 Mar 2007 22:01:37 +0000 (00:01 +0200)
commite2e27a5c8d38c44c419a61ce9ed146e4c3851244
tree7fb8ca3ab111bf7756849e68e1fc30e5e3108418
parentf2f0ee81ad9e58e7478317d43499e62be53a7b23
[MEDIUM] removed now unused fiprm and beprm from proxies

The fiprm and beprm were added to ease the transition between
a single listener mode to frontends+backends. They are no longer
needed and make the code a bit more complicated. Remove them.
include/types/proxy.h
src/backend.c
src/cfgparse.c
src/checks.c
src/client.c
src/log.c
src/proto_http.c
src/queue.c
src/session.c