]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] remove cli_fd, srv_fd, cli_state and srv_state from the session
authorWilly Tarreau <w@1wt.eu>
Sun, 7 Dec 2008 15:27:56 +0000 (16:27 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 7 Dec 2008 15:27:56 +0000 (16:27 +0100)
commit7e5067d459ab65b5595441fadc3448ec8ab2db28
tree044b641dc95e243c40ddf881b346342e812d141e
parentb1356cf4e47ec06b086d01547aa6eac7de185d9b
[MEDIUM] remove cli_fd, srv_fd, cli_state and srv_state from the session

Those were previously used by the unix sockets only, and could be
removed.
include/types/session.h
src/backend.c
src/client.c
src/haproxy.c
src/proto_uxst.c
src/session.c