commit | 73de9899a69a7a0f405c21e4b31e8448bf462c12 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Nov 30 11:40:23 2006 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Nov 30 11:40:23 2006 +0100 |
tree | 483de5dbc93c63c8d0513c46e48f7368adddb542 | |
parent | 163c53253cc818b004a94e2382d81472cc470fdf [diff] |
[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.