]> git.ipfire.org Git - thirdparty/squid.git/commit
Report all refreshCheck() outcomes and entry gist (#1932)
authorAlex Rousskov <rousskov@measurement-factory.com>
Fri, 1 Nov 2024 23:38:08 +0000 (23:38 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sun, 3 Nov 2024 07:06:29 +0000 (07:06 +0000)
commit0cc6c016adef89d3c2fff30c1ce69f6d7efe6f3d
tree9f28337c05d51718f968e96595f8228716af40a0
parent242167171054e373d4bda14166d557ef5c4e4b3d
Report all refreshCheck() outcomes and entry gist (#1932)

All other refreshCheck() return statements already have a debugs().
Reporting StoreEntry gist helps find the right calls in busy proxy logs.
src/refresh.cc