]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix storeClientCopy2() bug. We can't compare copy_offset to
authorwessels <>
Sat, 15 Nov 1997 00:22:09 +0000 (00:22 +0000)
committerwessels <>
Sat, 15 Nov 1997 00:22:09 +0000 (00:22 +0000)
commitcc1eca1b7cda33f75f8bc3f7cf208a52fe98dbce
treecae586c7a834b195cd5cb98cb8010bfa5c595247
parentb224ea981232ab66c46fdd2ca76c1910a1bef26e
Fix storeClientCopy2() bug.  We can't compare copy_offset to
inmem_hi because for inmem_hi == 0 for swapped out objects.  Must
compare object_len instead!
src/store.cc