]> git.ipfire.org Git - thirdparty/squid.git/commit
ext_time_quota_acl: remove -l option (#1909)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Fri, 11 Oct 2024 13:41:35 +0000 (14:41 +0100)
committerGitHub <noreply@github.com>
Fri, 11 Oct 2024 13:41:35 +0000 (14:41 +0100)
commit819f12066c7d36727f0aaac3806d4edb155cf7df
tree168c3cf71292a10cfec58ff8d465c16773a857a4
parentb8c0eb7547c69daff7bf44015be28e6d886741a4
ext_time_quota_acl: remove -l option (#1909)

Supporting logging to a file complicates upgrading helper code to use
debugs() because DebugFile code calls commSetCloseOnExec(), and our
comm/libminimal does not currently provide a functioning implementation
for that API: The existing implementation is an unconditional assert.
To save development time while upgrading helpers, we are dropping this
feature. It can probably be emulated using shell redirection tricks.

----
Backport of PR #1872
doc/release-notes/release-6.sgml.in
src/acl/external/time_quota/ext_time_quota_acl.8
src/acl/external/time_quota/ext_time_quota_acl.cc