]> git.ipfire.org Git - thirdparty/squid.git/commit
hno squid-2.3.DEVEL2.rebuild_release.patch
authorhno <>
Wed, 3 May 2000 02:07:37 +0000 (02:07 +0000)
committerhno <>
Wed, 3 May 2000 02:07:37 +0000 (02:07 +0000)
commitf0b4acef265f82031515feb5ed1cc903c95104c4
treede56660d066ce3733a6f8d85f6444e0deb2edfbd
parent145cf92870019124d98aca879aa071c8b147d71e
hno squid-2.3.DEVEL2.rebuild_release.patch
Squid-2.3.DEVEL2: Release unused store entries during rebuild

Squid locked all "released" store entries in memory during the rebuild
procedure, even such entries not needed in the "LateRelease" procedure.
Also, during a dirty rebuild a lot of store entries got locked up which
never was queued for "LateRelease", causing a huge memory leak.
src/store.cc