]> git.ipfire.org Git - thirdparty/squid.git/commit
Update netdb when tunneling requests (#314) M-staged-PR314
authorchi-mf <43963496+chi-mf@users.noreply.github.com>
Thu, 25 Oct 2018 13:33:06 +0000 (13:33 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sat, 27 Oct 2018 08:06:36 +0000 (08:06 +0000)
commit35a2465736faf294a2daa4f10f3e1bee6511bdaf
tree684a19ecbc2940ff8a67acf0b5f715fb2eb662ec
parentcad2828ea69a651733e842d0d7e6630811de3006
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