]> git.ipfire.org Git - thirdparty/squid.git/commit - src/adaptation/ServiceConfig.cc
Reduce dependencies of testConfigParser (#888)
authorAmos Jeffries <yadij@users.noreply.github.com>
Fri, 20 Aug 2021 14:50:37 +0000 (14:50 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sun, 22 Aug 2021 14:52:55 +0000 (14:52 +0000)
commitaa3b39afc3223567d067e7b64140547cf7f9000d
treee3c1965586e079e82748a1fb8e5c3e831a8482b0
parent1a51cf7272110fd6e36ef037c902119ee933cded
Reduce dependencies of testConfigParser (#888)

Move several globals used by the legacy parse logic into cache_cf.cc
and remove unnecessary objects linked to testConfigParser.
15 files changed:
src/HttpUpgradeProtocolAccess.cc
src/Makefile.am
src/acl/AllOf.cc
src/acl/Arp.cc
src/acl/Eui64.cc
src/acl/Gadgets.cc
src/acl/HttpHeaderData.cc
src/acl/RegexData.cc
src/adaptation/Config.cc
src/adaptation/ServiceConfig.cc
src/cache_cf.cc
src/cache_cf.h
src/globals.h
src/tests/stub_cache_cf.cc
src/tests/testConfigParser.cc