]> git.ipfire.org Git - thirdparty/squid.git/commit
Extend cache_log_message to problematic from-helper annotations (#1481)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Mon, 18 Sep 2023 15:00:23 +0000 (15:00 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Wed, 20 Sep 2023 16:58:25 +0000 (04:58 +1200)
commit4187820e052524e86ac3b83b8b715780c30f39dd
tree5276c7a699d5969e32cdcac24cb1e935a4c1d8a2
parent81db48d7173355d8b816d43c5f43457240649f4f
Extend cache_log_message to problematic from-helper annotations (#1481)

    WARNING: Unsupported or unexpected from-helper annotation
        with a name reserved for Squid use

The above message is emitted for every helper response containing
problematic annotations. Let admins control this reporting using
cache_log_message directive and message id 69.
doc/debug-messages.dox
src/debug/Messages.h
src/helper/Reply.cc