REORG: connection: move the PROXY protocol management to connection.c
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Oct 2012 22:10:55 +0000 (00:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 4 Oct 2012 22:32:33 +0000 (00:32 +0200)
commite1e4a61e7a2b3df24786b34cd34da13f295bcad3
tree71dd6d1809bcefc96739bf5b41191adaa4d59a51
parent0ffde2cc3f639e42ba5d998c70b6f8ac4abbb5d8
REORG: connection: move the PROXY protocol management to connection.c

It was previously in frontend.c but there is no reason for this anymore
considering that all the information involved is in the connection itself
only. Theorically this should be in the socket layer but we don't have
this yet.
include/proto/connection.h
include/proto/frontend.h
src/connection.c
src/frontend.c
src/stream_interface.c