]> git.ipfire.org Git - thirdparty/squid.git/commit
The 'int status' arg of validate callbacks seems unused, nuke it
authorwessels <>
Wed, 18 Jun 1997 00:04:46 +0000 (00:04 +0000)
committerwessels <>
Wed, 18 Jun 1997 00:04:46 +0000 (00:04 +0000)
commit35ac11a33beae011e10354b80e17288d708cb928
treeb66e5784ceabdd8d021fbbeb6072366b0af59cb1
parent76dd121587f57ba83c022fa33a4253e52c909621
The 'int status' arg of validate callbacks seems unused, nuke it
In storeCleanup(), skip entries which are already validated, or which
   are pending for release
Lock/Unlock objects during validation
set RELEASE_REQUEST flag if delaying release because of store rebuild
src/store.cc