]> git.ipfire.org Git - thirdparty/squid.git/commit
Put storeDeleteBehind() call before storeCopy callback. Apparently
authorwessels <>
Wed, 18 Jun 1997 22:15:53 +0000 (22:15 +0000)
committerwessels <>
Wed, 18 Jun 1997 22:15:53 +0000 (22:15 +0000)
commit38f903c46a6c6f804f16050f74a07ebed13afc7e
tree2dcf64686d104b47dc2066ec31fe19c95989a7cb
parent1a8f5ed646280338b75c42d798547db1e51facc0
Put storeDeleteBehind() call before storeCopy callback.  Apparently
invoking the callback may release the StoreEntry, so either we need
to lock it or do the delete behind first.
src/store.cc