]> git.ipfire.org Git - thirdparty/squid.git/commit
- changed the way Range requests are handled:
authorrousskov <>
Fri, 25 Sep 1998 02:41:19 +0000 (02:41 +0000)
committerrousskov <>
Fri, 25 Sep 1998 02:41:19 +0000 (02:41 +0000)
commit5d679edb789503f04bb9466dd3e8f9f19a263e31
treee51a03cb2cf02f3b2289d31bfcc489c0fa505c15
parent4055bb7e20ae76f9a60f207e0d129d703d2437a4
- changed the way Range requests are handled:
- do not "advertise" our ability to process ranges at all
- on hits, handle simple ranges and forward complex ones
- on misses, fetch the whole document for simple ranges
  and forward range request for complex ranges
  The change is supposed to decrease the number of cases when clients
  such as Adobe acrobat reader get confused when we send a "200" response
  instead of "206" (because we cannot handle complex ranges, even for hits)
  Note: Support for complex ranges requires storage of partial objects.
src/client_side.cc
src/http.cc