]> 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)
committerAmos Jeffries <yadij@users.noreply.github.com>
Sun, 15 Jul 2018 06:28:25 +0000 (18:28 +1200)
commitefdaea49927a10712d57b861c62b44cccd3534a4
tree279dee5a5d08278c7f2f17f32374ca9849113351
parent8496ab1c0916dd35f7b0742f12b7f2e4f28f0123
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