]> git.ipfire.org Git - thirdparty/squid.git/commit
Refactor and improve ErrorState::Dump (#1730)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Mon, 8 Apr 2024 12:01:32 +0000 (12:01 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Mon, 8 Apr 2024 12:01:44 +0000 (12:01 +0000)
commit1a66c4fb96df8dcc26b7973e160b42def59bedbe
treef90c8b2dc6cc895a8146c93b8000e640b938e489
parent9e6c696c80946964c7b6fb3aee38d253493cb603
Refactor and improve ErrorState::Dump (#1730)

Rework the internals for generating output in ErrorState::Dump,
used for expanding the '%W' token in error page templates.

Also fix a bug with excessive html-quoting of the output.
src/errorpage.cc