]> git.ipfire.org Git - thirdparty/squid.git/commit - src/client_side.h
Summary: Fix range offsets when the full object is retrieved.
authorrobertc <>
Sun, 10 Aug 2003 09:59:19 +0000 (09:59 +0000)
committerrobertc <>
Sun, 10 Aug 2003 09:59:19 +0000 (09:59 +0000)
commit2512d159a021d79b49c4ce9ecb5b78ef12cc8ac1
tree8842d2cef0a08e2b373b3a0fa1787f6dd4e5c947
parent079b4b63668ec0a6f49c4c4b07e839a8dfcf36cd
Summary: Fix range offsets when the full object is retrieved.
Keywords:

* Extend StoreIOBuffer to provide Range details.
* Extend ClientSocketContext::lengthToSend to be offset aware and adjust throughout.
* ClientSocketContext::packRange - tidy up the calling interface, make private, and skip unwanted data at the beginning as well as the end of ranges.
src/StoreIOBuffer.h
src/client_side.cc
src/client_side.h