commit | 4c20d29c296d6bce6a0e173a26011d8c406aba6d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Jun 14 11:41:36 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Jun 14 11:46:02 2014 +0200 |
tree | 81a0e437e42145c2a6262b8db91fe4df1e27685d | |
parent | b00d17a034ec3853c3bb406626f6aff167dd6c68 [diff] |
BUG/MINOR: connection: make proxy protocol v1 support the UNKNOWN protocol If haproxy receives a connection over a unix socket and forwards it to another haproxy instance using proxy protocol v1, it sends an UNKNOWN protocol, which is rejected by the other side. Make the receiver accept the UNKNOWN protocol as per the spec, and only use the local connection's address for this.