]> git.ipfire.org Git - thirdparty/squid.git/commit
DW:
authorwessels <>
Wed, 4 Oct 2000 21:32:13 +0000 (21:32 +0000)
committerwessels <>
Wed, 4 Oct 2000 21:32:13 +0000 (21:32 +0000)
commit7b1e21ff895f2bd8fd9c55db46e5319008dfd929
tree68691a01149065e0f9a39f177bd9e5c80446d937
parent2a4506f15b92d2960c1e758207dd4dbc322f0e9e
DW:
 - Fixed range_offset_limit, again.  The problem this time is that
   client_side.c wouldn't set the we_dont_do_ranges flag for normal
   cache misses.  It was only being set for requests that might
   have been hits, but we decided to change to a miss.  I moved half
   of clientCheckRangeOffsetLimit into HttpHdrRange.c and called
   it httpHdrRangeOffsetLimit.  The other half stays in client_side.c
   but is now called clientCheckRangeForceMiss.  Also removed the
   confusing we_dont_do_ranges flag.
src/HttpHdrRange.cc
src/client_side.cc
src/http.cc
src/protos.h
src/structs.h