]> git.ipfire.org Git - thirdparty/squid.git/commit
Restore support for legacy cache_object cache manager requests (#1475)
authorAlex Rousskov <rousskov@measurement-factory.com>
Sat, 16 Sep 2023 12:50:10 +0000 (08:50 -0400)
committerGitHub <noreply@github.com>
Sat, 16 Sep 2023 12:50:10 +0000 (00:50 +1200)
commitbb17a035bf06a61ab07b719518171fdc008847dd
treeb742d5f29c596c0114c95a27c7d3412a2faf9004
parent5a5675a38b3c5e1403fe6d9da10bb09e97a2e3da
Restore support for legacy cache_object cache manager requests (#1475)

Squid v6.3 commit 6695897 (i.e. a backport of master/v7 commit 3c383cc)
accidentally removed support of legacy cache_object URLs (that master/v7
does not support) from Squid v6. This fix restores that support in v6.
src/cache_manager.cc