commit | 71e34c186ae36b8f89d39e2c56f8b63c08cadef3 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jul 17 15:07:06 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 19 13:50:09 2019 +0200 |
tree | 24c96c376ec8da00bdf76daaec3171a9eb016c9b | |
parent | a48f4b325464cdb18674c6640c061ebd4e399b33 [diff] |
MINOR: stream: switch from conn->addr.{from,to} to conn->{src,dst} No allocation is needed there. Some extra checks were added in the stream dump code to make sure the source address is effectively valid (it always is but it doesn't cost much to be certain).