]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix 'EOF' bug in storeClientCopy2(). If the client copy offset equals
authorwessels <>
Fri, 14 Nov 1997 23:05:48 +0000 (23:05 +0000)
committerwessels <>
Fri, 14 Nov 1997 23:05:48 +0000 (23:05 +0000)
commit8ac49cdc34afdfcd260b1f1366e706177e67f7d5
tree065a79ae0c701803f2cd7991430e6ab131ffbe75
parent6feadd61c1c16f99dbb3b9f49577e538f11b3a56
Fix 'EOF' bug in storeClientCopy2().  If the client copy offset equals
inmem_hi, and store_status == STORE_OK, then callback with zero size
to indicate EOF.
src/store.cc