]> git.ipfire.org Git - thirdparty/squid.git/commit
Remove unused code silencing intercept errors (#836)
authorAmos Jeffries <yadij@users.noreply.github.com>
Fri, 4 Jun 2021 00:05:30 +0000 (00:05 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sat, 5 Jun 2021 04:52:51 +0000 (04:52 +0000)
commit7c35cc9028470dbd383d19ce73e8ffab4e69cc10
tree80634daaf9a8543b2bda0cab89a6b53ab288daa8
parent4831b46cd050f069dcdd5145848ff16d1127ed44
Remove unused code silencing intercept errors (#836)

The removed code has not been actively used almost since it was added.

It is now widely accepted that NAT and TPROXY can only be done on the
machine running Squid. The corresponding address lookup errors are an
indication of either a system misconfiguration or an adverse external
event such as flushing of conntrack tables. Since these errors should be
fatal to the affected transactions and the admin usually has the power
to address them, Squid should report them at level 1.
src/ip/Intercept.cc
src/ip/Intercept.h