]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: connection: make it easier to emit proxy protocol for unknown addresses
authorWilly Tarreau <w@1wt.eu>
Tue, 1 Oct 2013 09:41:55 +0000 (11:41 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Dec 2013 14:40:22 +0000 (15:40 +0100)
commit2e1401afb0e1f73c586a0e842afa314f26ff0fed
tree6b5374a33c266bb162d8714dc58111bd60ac8767
parent4c804ec6ee0f9d4862248ee82cd76787f9dfe8db
MINOR: connection: make it easier to emit proxy protocol for unknown addresses

Currently a connection is required on the remote side to emit a proxy
protocol header line. Let's support NULL addresses to emit an UNKNOWN
tag as well.
src/connection.c