]> git.ipfire.org Git - thirdparty/squid.git/commit - src/cf.data.pre
Remove hierarchy_stoplist in favour of always_direct
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 2 Aug 2014 13:01:28 +0000 (06:01 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 2 Aug 2014 13:01:28 +0000 (06:01 -0700)
commit9967aef69ca96e30c487adb1473774e4a374269e
treee5ba5509d95c0c43e4d795371d241f6e0a166b84
parent43cc65bbfd1e3709ba975a953e6d161d17ea5ccd
Remove hierarchy_stoplist in favour of always_direct

This directive was deprecated 2 years (and versions) ago. It can be
replaced with:
  acl stoplist url_regex cgi-bin|\?
  always_direct allow stoplist

The major difference between the two configurations is that the old
hierarchy_stoplist was applied after never_direct and always_direct is
applied before it. Both override the never_direct result, so this is not
a problem.
src/SquidConfig.h
src/cf.data.pre
src/client_side_request.cc