]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: connection: Assign session addresses when PROXY line is received
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 25 Oct 2021 06:17:11 +0000 (08:17 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 27 Oct 2021 09:35:59 +0000 (11:35 +0200)
commitc105c9213fadcf0f43cb20a08a90084bca18ce35
tree3c7825dcbb21e9b5a4f64add136abcdc77178a54
parenta8e95fed4326eaa601d34d434bb38db8d9f1aa0d
MEDIUM: connection: Assign session addresses when PROXY line is received

When PROXY protocol line is received, the retrieved client source and
destination addresses are set at the session level. This leaves those at the
connection level intact.
src/connection.c