]> git.ipfire.org Git - thirdparty/squid.git/commit - src/errorpage.cc
we need to lock entry in errorAppend(). our storeAppend (or rather
authorwessels <>
Sat, 30 Jan 1999 04:01:06 +0000 (04:01 +0000)
committerwessels <>
Sat, 30 Jan 1999 04:01:06 +0000 (04:01 +0000)
commit5507c7d54736b83e8d01f3ab3b63df71edd9ddfe
tree0d93530c40ccdbd2a0073027a5565e1a6f173ac5
parent00bdbe6259bb77b50f0978511776eda28da92051
we need to lock entry in errorAppend().  our storeAppend (or rather
storeBufferFlush) call might result in the client-side unregistering
and aborting, and unlocking, and freeing the entry.  This happened
for netdb exchange requests.
src/errorpage.cc