]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] store the original destination address in the session
authorWilly Tarreau <w@1wt.eu>
Tue, 8 May 2007 17:46:30 +0000 (19:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2007 21:24:20 +0000 (23:24 +0200)
commit14c8aac63b782f6e8f63e590b1d3d80f04403ea6
tree3f3c6c744bd930d7cc2c10d393dbc0ed169ae436
parentd077a8e67c3e28a72e70c70427dc9944f6ec3b9f
[MEDIUM] store the original destination address in the session

There are multiple places where the client's destination address is
required. Let's store it in the session when needed, and add a flag
to inform that it has been retrieved.
include/proto/client.h
include/types/session.h
src/backend.c
src/client.c