commit | 8fccfa256ebf496e4835bb61b54c4ef28ac90608 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Jun 14 08:28:06 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Jun 14 11:46:02 2014 +0200 |
tree | 7aec8309f2c464953633224c64f6039ea918061b | |
parent | 7a6f134121a9271b2bb48c88d2037ea795bff6cb [diff] |
CLEANUP: connection: merge proxy proto v2 header and address block This is in order to simplify the PPv2 header parsing code to look more like the one provided as an example in the spec. No code change was performed beyond just merging the proxy_addr union into the proxy_hdr_v2 struct.