]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MAJOR] separate sess->proxy into sess->{fe,fi,be}
authorWilly Tarreau <w@1wt.eu>
Thu, 30 Nov 2006 10:40:23 +0000 (11:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 30 Nov 2006 10:40:23 +0000 (11:40 +0100)
commit73de9899a69a7a0f405c21e4b31e8448bf462c12
tree483de5dbc93c63c8d0513c46e48f7368adddb542
parent163c53253cc818b004a94e2382d81472cc470fdf
[MAJOR] separate sess->proxy into sess->{fe,fi,be}

The references to the proxy from the session have been turned into
Frontend (fe), Filters (fi) and Backend (be). This should ease the
migration to the L7 switching features. Next step will be to kill
the struct proxy and have 3 independant structs instead, each
referenced from entities called listener, frontend, filters and
backend.
include/types/session.h
src/backend.c
src/checks.c
src/client.c
src/log.c
src/proto_http.c
src/queue.c
src/session.c