On Mon, 18 Apr 2005, Brett Glass wrote:
> When the first request occurs, the Squid proxy downloads the entire file
> before providing the subrange of bytes to the client (perhaps making the
> reasonable assumption that it will ask for other portions later). But
> when the client makes its next request, Squid queries the Windows update
> server and is told that its current copy of the file is out of date. So,
> it transfers the entire file AGAIN.
some logs please, are those requests logged as "TCP_IMS_MISS" ??
it should be really easy to add such feature to squid so it would be possible to
ignore "TCP_IMS_MISS" for requests matching selected acl.
like "offline_mode on", but only for selected domain. f.e. *.windowsupdate.microsoft.com
Dawid .