]> git.ipfire.org Git - thirdparty/squid.git/commit - src/client_side_request.cc
Identify and cache the local port after connect()
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 24 Jun 2010 23:34:15 +0000 (11:34 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 24 Jun 2010 23:34:15 +0000 (11:34 +1200)
commit327e21312f2d78edbf4d3388663a96c031a999eb
tree68b1066c48e62e290531878bd5d4a764f7b33d96
parentd632701767eb5bf6e68280b70dfe107d9c0d4641
Identify and cache the local port after connect()

This will be needed for debug traces, logging and outbound myport ACL.

TODO: do the same for the local address when requesting wildcard.
      at present it still shows 0.0.0.0:port.
src/client_side_request.cc
src/comm/ConnectStateData.cc