commit | 8b0cbf99693e3cf41f3b66b9495da0ba30fcad39 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Oct 15 23:23:19 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Oct 30 19:04:38 2010 +0200 |
tree | 18b1bfd98e38c0ba972a3724e2820c3e4e4f7039 | |
parent | 74172757c7b5633e00eac065bf6306f7338fbbee [diff] |
[MINOR] frontend: add a new analyser to parse a proxied connection The introduction of a new PROXY protocol for proxied connections requires an early analyser to decode the incoming connection and set the session flags accordingly. Some more work is needed, among which setting a flag on the session to indicate it's proxied, and copying the original parameters for later comparisons with new ACLs (eg: real_src, ...).