]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: connection: make the PROXY decoder a handshake handler
authorWilly Tarreau <wtarreau@exceliance.fr>
Fri, 31 Aug 2012 15:43:29 +0000 (17:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 3 Sep 2012 18:47:35 +0000 (20:47 +0200)
commit22cda21ad5683c59fafd2de4367fe2699b8e8591
tree8e1ffbbbb360f4ef843fe0a10c4dc70b93da3dee
parent2542b53b19d5094149a5cd2c90e85703eea93e2a
MAJOR: connection: make the PROXY decoder a handshake handler

The PROXY protocol is now decoded in the connection before other
handshakes. This means that it may be extracted from a TCP stream
before SSL is decoded from this stream.
include/proto/connection.h
include/proto/session.h
include/types/connection.h
src/cfgparse.c
src/connection.c
src/frontend.c
src/session.c