]> git.ipfire.org Git - thirdparty/squid.git/commit
Update netdb when tunneling requests (#314)
authorchi-mf <43963496+chi-mf@users.noreply.github.com>
Thu, 25 Oct 2018 13:33:06 +0000 (13:33 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Fri, 30 Nov 2018 13:36:32 +0000 (02:36 +1300)
commit052395d73216e8da08fcb872017081a9c7ad2cc6
tree4b4f09060ea552f90f8735a4815e55984de0653f
parent0022167d80725513d95b38aaebc90086fc0b6938
Update netdb when tunneling requests (#314)

Updating netdb on tunneled transactions (e.g., CONNECT requests) is
especially important for origin servers that are only reached via
tunnels. Without updates, requests for such sites may always through a
cache_peer, even if a direct connection to them is much faster.
src/tunnel.cc