]> git.ipfire.org Git - thirdparty/squid.git/commit
got a coredump from storeAbort because ping_status == PING_WAITING.
authorwessels <>
Wed, 4 Jun 1997 02:09:45 +0000 (02:09 +0000)
committerwessels <>
Wed, 4 Jun 1997 02:09:45 +0000 (02:09 +0000)
commit8f39b81d87fbfc04c35c9879d50a4528a4ccdc27
tree83ca06c6ba5b8d293199ed5bf11cf64c04f75ca3
parent2357f74aef42d0926bb2ad195137cddc54e0de2c
got a coredump from storeAbort because ping_status == PING_WAITING.
I'm not sure why its bad to abort an object in that state, so that
check has been commented out.  Also I don't think its necessary to
set ENTRY_DISPATCHED anymore; there should be other checks in place
for aborted entries.   Also changed a bunch of debug_trap()'s to
assertions.
src/store.cc