]> git.ipfire.org Git - thirdparty/squid.git/commit
Need two offsets in the storeClientCopy stuff. The lower offset is
authorwessels <>
Fri, 23 May 1997 04:53:59 +0000 (04:53 +0000)
committerwessels <>
Fri, 23 May 1997 04:53:59 +0000 (04:53 +0000)
commitfe96bbe6f9c989f428467673ec9d4e50a50a6aa0
tree65caf65f25a82c6e1cb217f976ff930ebee8c511
parentd7b78fbbdd8a6af356d80ab767962e933bae5079
Need two offsets in the storeClientCopy stuff.  The lower offset is
represents the amount of data the client has seen and successfully
dealt with.  The upper offset represents data we have seen, but not dealt
with.  For example, incomplete HTTP reply headers.
src/client_side.cc
src/store.cc