commit | ee335e65dc8f4ac691d4e5be7b0c3c98e6ec83e4 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Apr 21 18:15:13 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Apr 21 18:15:13 2015 +0200 |
tree | e431bcaa3e36dceee502effedb2ebd5dfe1cb176 | |
parent | e3a71ffc546a4a8b3b63d4dabb751711532a7be2 [diff] |
BUG/MEDIUM: http: properly retrieve the front connection Commit 350f487 ("CLEANUP: session: simplify references to chn_{prod,cons}(&s->{req,res})") introduced a regression causing the cli_conn to be picked from the server side instead of the client side, so the XFF header is not appended anymore since the connection is NULL. Thanks to Reinis Rozitis for reporting this bug. No backport is needed as it's 1.6-specific.