]> git.ipfire.org Git - thirdparty/squid.git/commit
DW:
authorwessels <>
Sun, 16 Jul 2000 10:24:21 +0000 (10:24 +0000)
committerwessels <>
Sun, 16 Jul 2000 10:24:21 +0000 (10:24 +0000)
commitcd7a423d1aa34df03c195bbe82d4a2187e2620ee
treeec9081c4cac4e45700e7fa31b59838e44c8412fb
parent742724a46ac30738d277859e184bf57fb7cfb7b8
DW:
 - A fix for 'range_offset_limit'.  Moved the range_offset_limit
   check earlier in the client-side processing -- before the request
   is determined to be a hit or miss, and before its forwarded.
 - Extended the logic for determning when a range request should be
   an uncachable miss due to range_offset_limit.  If the request
   would be a HIT on a PENDING object, we force a MISS if we can't
   give the client the offset that it wants right away.
 - Found it necessary to add request->flags.we_dont_do_ranges.  The
   flag is set by the client side, and read in the server side to
   figure out if the Range header should be sent or not.
src/client_side.cc
src/http.cc