]> git.ipfire.org Git - thirdparty/squid.git/commit
Optimization: Do not create/configure ACLFilledChecklist in vain (#232)
authorEduard Bagdasaryan <eduard.bagdasaryan@measurement-factory.com>
Mon, 2 Jul 2018 12:41:26 +0000 (12:41 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Mon, 2 Jul 2018 12:41:31 +0000 (12:41 +0000)
commite37f1cd405fbb84ce4168c266f8b7acdc5064ea5
tree63a1ebae07dd8d340325f3f8e71d22c2ae566e1f
parent86a8bc7c4c012e05e5f3e11a30797bacf38cab89
Optimization: Do not create/configure ACLFilledChecklist in vain (#232)

While client_db is required for client-side pools to work, it may be
enabled for other reasons, without any client-side pools configured. We
should not create and configure useless ACLFilledChecklist objects
because those operations are already not trivial today and have a
a tendency of becoming more expensive with time.
src/client_side.cc