]> git.ipfire.org Git - thirdparty/squid.git/commit
Do not die when parsing obsolete log_access and log_icap (#1832)
authorAlex Rousskov <rousskov@measurement-factory.com>
Thu, 6 Jun 2024 07:24:52 +0000 (07:24 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Thu, 6 Jun 2024 08:21:50 +0000 (08:21 +0000)
commitef3617fb4b93a0039494f2b39b4403f060a8ee6b
tree059ebe798617ff5a819b3230386e839bc3df9d82
parentabb5139d5fdae3d66861b109539d271f671bef16
Do not die when parsing obsolete log_access and log_icap (#1832)

All obsolete directives except for log_access and log_icap do not result
in Squid instance death today. Treating those two directives specially
is not necessary but does complicate reconfiguration improvements a bit.

Future refactoring might add support for treating (some or all) obsolete
directives as fatal configuration errors, but we can simplify for now.
src/cache_cf.cc